#AAB970

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

Shades of Caper #AAB970

Tints of Caper #AAB970

Color information

#AAB970 (or 0xAAB970) is unknown color: approx Caper. HEX triplet: AA, B9 and 70. RGB value is (170,185,112). Sum of RGB (Red+Green+Blue) = 170+185+112=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB970 is #55468F. Grayscale: #ACACAC. Windows color (decimal): -5588624 or 7387562. OLE color: 7387562.

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

Color convert

RGB170185112-
CMYK0.0800.390.27
HSL72.33º34.27%58.24%-
HSV(B)72.33º39.46%72.55%-
XYZ36.8544.4121.96-
YUV172.1994.03126.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.40%
GREEN value IS 185 (72.66% from 255) = 39.61%
BLUE value IS 112 (44.14% from 255) = 23.98%
R=36.40%
G=39.61%
B=23.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701851120.0800.390.2772.3334.2758.24
HexAAB97080271B48223a
Octal25227116010047331104272
Binary1010101010111001111000010000100111110111001000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB970; }

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

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

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

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

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

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

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

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