#AAB486

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

Shades of Caper #AAB486

Tints of Caper #AAB486

Color information

#AAB486 (or 0xAAB486) is unknown color: approx Caper. HEX triplet: AA, B4 and 86. RGB value is (170,180,134). Sum of RGB (Red+Green+Blue) = 170+180+134=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB486 is #554B79. Grayscale: #ABABAB. Windows color (decimal): -5589882 or 8828074. OLE color: 8828074.

HSL color Cylindrical-coordinate representation of color #AAB486: hue angle of 73.04º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAB486 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB170180134-
CMYK0.0600.260.29
HSL73.04º23.47%61.57%-
HSV(B)73.04º25.56%70.59%-
XYZ37.242.9128.88-
YUV171.77106.69126.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 180 (70.70% from 255) = 37.19%
BLUE value IS 134 (52.73% from 255) = 27.69%
R=35.12%
G=37.19%
B=27.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701801340.0600.260.2973.0423.4761.57
HexAAB486601A1D49173e
Octal2522642066032351112776
Binary10101010101101001000011011001101011101100100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB486; }

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

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

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

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

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

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

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

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