#AAB879

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

Shades of Caper #AAB879

Tints of Caper #AAB879

Color information

#AAB879 (or 0xAAB879) is unknown color: approx Caper. HEX triplet: AA, B8 and 79. RGB value is (170,184,121). Sum of RGB (Red+Green+Blue) = 170+184+121=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB879 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB879 is #554786. Grayscale: #ACACAC. Windows color (decimal): -5588871 or 7977130. OLE color: 7977130.

HSL color Cylindrical-coordinate representation of color #AAB879: hue angle of 73.33º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAB879 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB170184121-
CMYK0.0800.340.28
HSL73.33º30.73%59.8%-
HSV(B)73.33º34.24%72.16%-
XYZ37.1744.2124.66-
YUV172.6398.86126.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 184 (72.27% from 255) = 38.74%
BLUE value IS 121 (47.66% from 255) = 25.47%
R=35.79%
G=38.74%
B=25.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701841210.0800.340.2873.3330.7359.8
HexAAB87980221C491f3c
Octal25227017110042341113774
Binary101010101011100011110011000010001011100100100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB879; }

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

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

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

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

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

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

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

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