#AAB585

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

Shades of Caper #AAB585

Tints of Caper #AAB585

Color information

#AAB585 (or 0xAAB585) is unknown color: approx Caper. HEX triplet: AA, B5 and 85. RGB value is (170,181,133). Sum of RGB (Red+Green+Blue) = 170+181+133=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB585 is #554A7A. Grayscale: #ACACAC. Windows color (decimal): -5589627 or 8762794. OLE color: 8762794.

HSL color Cylindrical-coordinate representation of color #AAB585: hue angle of 73.75º degrees, saturation: 0.24, 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 #AAB585 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB170181133-
CMYK0.0600.270.29
HSL73.75º24.49%61.57%-
HSV(B)73.75º26.52%70.98%-
XYZ37.3443.2928.58-
YUV172.24105.86126.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 181 (71.09% from 255) = 37.40%
BLUE value IS 133 (52.34% from 255) = 27.48%
R=35.12%
G=37.40%
B=27.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701811330.0600.270.2973.7524.4961.57
HexAAB585601B1D4a183e
Octal2522652056033351123076
Binary10101010101101011000010111001101111101100101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB585; }

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

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

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

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

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

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

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

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