#AAB881

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

Shades of Caper #AAB881

Tints of Caper #AAB881

Color information

#AAB881 (or 0xAAB881) is unknown color: approx Caper. HEX triplet: AA, B8 and 81. RGB value is (170,184,129). Sum of RGB (Red+Green+Blue) = 170+184+129=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB881 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB881 is #55477E. Grayscale: #ADADAD. Windows color (decimal): -5588863 or 8501418. OLE color: 8501418.

HSL color Cylindrical-coordinate representation of color #AAB881: hue angle of 75.27º 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 #AAB881 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB170184129-
CMYK0.0800.300.28
HSL75.27º27.92%61.37%-
HSV(B)75.27º29.89%72.16%-
XYZ37.6844.4127.36-
YUV173.54102.86125.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 184 (72.27% from 255) = 38.10%
BLUE value IS 129 (50.78% from 255) = 26.71%
R=35.20%
G=38.10%
B=26.71%

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
Decimal1701841290.0800.300.2875.2727.9261.37
HexAAB881801E1C4b1c3d
Octal25227020110036341133475
Binary101010101011100010000001100001111011100100101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB881; }

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

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

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

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

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

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

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

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