#AAB873

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

Shades of Caper #AAB873

Tints of Caper #AAB873

Color information

#AAB873 (or 0xAAB873) is unknown color: approx Caper. HEX triplet: AA, B8 and 73. RGB value is (170,184,115). Sum of RGB (Red+Green+Blue) = 170+184+115=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB873 is #55478C. Grayscale: #ACACAC. Windows color (decimal): -5588877 or 7583914. OLE color: 7583914.

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

Color convert

RGB170184115-
CMYK0.0800.380.28
HSL72.17º32.7%58.63%-
HSV(B)72.17º37.5%72.16%-
XYZ36.8144.0622.78-
YUV171.9595.86126.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 184 (72.27% from 255) = 39.23%
BLUE value IS 115 (45.31% from 255) = 24.52%
R=36.25%
G=39.23%
B=24.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701841150.0800.380.2872.1732.758.63
HexAAB87380261C48213b
Octal25227016310046341104173
Binary1010101010111000111001110000100110111001001000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB873; }

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

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

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

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

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

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

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

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