#AAB880

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

Shades of Caper #AAB880

Tints of Caper #AAB880

Color information

#AAB880 (or 0xAAB880) is unknown color: approx Caper. HEX triplet: AA, B8 and 80. RGB value is (170,184,128). Sum of RGB (Red+Green+Blue) = 170+184+128=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB880 is #55477F. Grayscale: #ADADAD. Windows color (decimal): -5588864 or 8435882. OLE color: 8435882.

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

Color convert

RGB170184128-
CMYK0.0800.300.28
HSL75º28.28%61.18%-
HSV(B)75º30.43%72.16%-
XYZ37.6144.3927.01-
YUV173.43102.36125.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.27%
GREEN value IS 184 (72.27% from 255) = 38.17%
BLUE value IS 128 (50.39% from 255) = 26.56%
R=35.27%
G=38.17%
B=26.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701841280.0800.300.287528.2861.18
HexAAB880801E1C4b1c3d
Octal25227020010036341133475
Binary101010101011100010000000100001111011100100101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB880; }

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

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

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

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

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

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

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

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