#AAB685

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

Shades of Caper #AAB685

Tints of Caper #AAB685

Color information

#AAB685 (or 0xAAB685) is unknown color: approx Caper. HEX triplet: AA, B6 and 85. RGB value is (170,182,133). Sum of RGB (Red+Green+Blue) = 170+182+133=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB685 is #55497A. Grayscale: #ADADAD. Windows color (decimal): -5589371 or 8763050. OLE color: 8763050.

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

Color convert

RGB170182133-
CMYK0.0700.270.29
HSL74.69º25.13%61.76%-
HSV(B)74.69º26.92%71.37%-
XYZ37.5443.728.65-
YUV172.83105.52125.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 182 (71.48% from 255) = 37.53%
BLUE value IS 133 (52.34% from 255) = 27.42%
R=35.05%
G=37.53%
B=27.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701821330.0700.270.2974.6925.1361.76
HexAAB685701B1D4b193e
Octal2522662057033351133176
Binary10101010101101101000010111101101111101100101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB685; }

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

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

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

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

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

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

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

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