#AAB686

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

Shades of Caper #AAB686

Tints of Caper #AAB686

Color information

#AAB686 (or 0xAAB686) is unknown color: approx Caper. HEX triplet: AA, B6 and 86. RGB value is (170,182,134). Sum of RGB (Red+Green+Blue) = 170+182+134=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB686 is #554979. Grayscale: #ADADAD. Windows color (decimal): -5589370 or 8828586. OLE color: 8828586.

HSL color Cylindrical-coordinate representation of color #AAB686: hue angle of 75º degrees, saturation: 0.25, 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 #AAB686 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB170182134-
CMYK0.0700.260.29
HSL75º24.74%61.96%-
HSV(B)75º26.37%71.37%-
XYZ37.6143.7229.01-
YUV172.94106.02125.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.98%
GREEN value IS 182 (71.48% from 255) = 37.45%
BLUE value IS 134 (52.73% from 255) = 27.57%
R=34.98%
G=37.45%
B=27.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701821340.0700.260.297524.7461.96
HexAAB686701A1D4b193e
Octal2522662067032351133176
Binary10101010101101101000011011101101011101100101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB686; }

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

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

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

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

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

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

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

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