#AAB886

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

Shades of Caper #AAB886

Tints of Caper #AAB886

Color information

#AAB886 (or 0xAAB886) is unknown color: approx Caper. HEX triplet: AA, B8 and 86. RGB value is (170,184,134). Sum of RGB (Red+Green+Blue) = 170+184+134=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB886 is #554779. Grayscale: #AEAEAE. Windows color (decimal): -5588858 or 8829098. OLE color: 8829098.

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

Color convert

RGB170184134-
CMYK0.0800.270.28
HSL76.8º26.04%62.35%-
HSV(B)76.8º27.17%72.16%-
XYZ38.0244.5529.15-
YUV174.11105.36125.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.84%
GREEN value IS 184 (72.27% from 255) = 37.70%
BLUE value IS 134 (52.73% from 255) = 27.46%
R=34.84%
G=37.70%
B=27.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701841340.0800.270.2876.826.0462.35
HexAAB886801B1C4d1a3e
Octal25227020610033341153276
Binary101010101011100010000110100001101111100100110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB886; }

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

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

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

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

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

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

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

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