#AAB974

Color #AAB974 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #AAB974

Tints of Caper #AAB974

Color information

#AAB974 (or 0xAAB974) is unknown color: approx Caper. HEX triplet: AA, B9 and 74. RGB value is (170,185,116). Sum of RGB (Red+Green+Blue) = 170+185+116=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB974 is #55468B. Grayscale: #ACACAC. Windows color (decimal): -5588620 or 7649706. OLE color: 7649706.

HSL color Cylindrical-coordinate representation of color #AAB974: hue angle of 73.04º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAB974 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB170185116-
CMYK0.0800.370.27
HSL73.04º33.01%59.02%-
HSV(B)73.04º37.3%72.55%-
XYZ37.0844.523.16-
YUV172.6596.03126.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 185 (72.66% from 255) = 39.28%
BLUE value IS 116 (45.70% from 255) = 24.63%
R=36.09%
G=39.28%
B=24.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701851160.0800.370.2773.0433.0159.02
HexAAB97480251B49213b
Octal25227116410045331114173
Binary1010101010111001111010010000100101110111001001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB974; }

 p { color: rgb(170,185,116); }

 H1.HeaderClassName
 {
   color: #AAB974;
 }
 .AnyTagClassName
 {
   color: #AAB974;
 }
</style>
background-color css

<style>
 a { background-color: #AAB974; }

 a { background-color: rgb(170,185,116); }

 div.DivClassName
 {
   background-color: #AAB974;
 }
 .BgClassName
 {
   background-color: #AAB974;
 }
</style>
border-color css

<style>
 span { border-color: #AAB974; }

 span { border-color: rgb(170,185,116); }

 td.TdClassName
 {
   border-color: #AAB974;
 }
 .TagClassName
 {
   border-color: #AAB974;
 }
</style>