#AAB884

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

Shades of Caper #AAB884

Tints of Caper #AAB884

Color information

#AAB884 (or 0xAAB884) is unknown color: approx Caper. HEX triplet: AA, B8 and 84. RGB value is (170,184,132). Sum of RGB (Red+Green+Blue) = 170+184+132=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB884 is #55477B. Grayscale: #AEAEAE. Windows color (decimal): -5588860 or 8698026. OLE color: 8698026.

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

Color convert

RGB170184132-
CMYK0.0800.280.28
HSL76.15º26.8%61.96%-
HSV(B)76.15º28.26%72.16%-
XYZ37.8844.4928.42-
YUV173.89104.36125.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.98%
GREEN value IS 184 (72.27% from 255) = 37.86%
BLUE value IS 132 (51.95% from 255) = 27.16%
R=34.98%
G=37.86%
B=27.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701841320.0800.280.2876.1526.861.96
HexAAB884801C1C4c1b3e
Octal25227020410034341143376
Binary101010101011100010000100100001110011100100110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB884; }

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

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

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

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

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

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

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

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