#AAB479

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

Shades of Caper #AAB479

Tints of Caper #AAB479

Color information

#AAB479 (or 0xAAB479) is unknown color: approx Caper. HEX triplet: AA, B4 and 79. RGB value is (170,180,121). Sum of RGB (Red+Green+Blue) = 170+180+121=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB479 is #554B86. Grayscale: #AAAAAA. Windows color (decimal): -5589895 or 7976106. OLE color: 7976106.

HSL color Cylindrical-coordinate representation of color #AAB479: hue angle of 70.17º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAB479 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB170180121-
CMYK0.0600.330.29
HSL70.17º28.23%59.02%-
HSV(B)70.17º32.78%70.59%-
XYZ36.3542.5724.39-
YUV170.28100.19127.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 180 (70.70% from 255) = 38.22%
BLUE value IS 121 (47.66% from 255) = 25.69%
R=36.09%
G=38.22%
B=25.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701801210.0600.330.2970.1728.2359.02
HexAAB47960211D461c3b
Octal2522641716041351063473
Binary10101010101101001111001110010000111101100011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB479; }

 p { color: rgb(170,180,121); }

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

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

 a { background-color: rgb(170,180,121); }

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

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

 span { border-color: rgb(170,180,121); }

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