#AAB485

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

Shades of Caper #AAB485

Tints of Caper #AAB485

Color information

#AAB485 (or 0xAAB485) is unknown color: approx Caper. HEX triplet: AA, B4 and 85. RGB value is (170,180,133). Sum of RGB (Red+Green+Blue) = 170+180+133=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB485 is #554B7A. Grayscale: #ABABAB. Windows color (decimal): -5589883 or 8762538. OLE color: 8762538.

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

Color convert

RGB170180133-
CMYK0.0600.260.29
HSL72.77º23.86%61.37%-
HSV(B)72.77º26.11%70.59%-
XYZ37.1342.8828.51-
YUV171.65106.19126.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 180 (70.70% from 255) = 37.27%
BLUE value IS 133 (52.34% from 255) = 27.54%
R=35.20%
G=37.27%
B=27.54%

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
Decimal1701801330.0600.260.2972.7723.8661.37
HexAAB485601A1D49183d
Octal2522642056032351113075
Binary10101010101101001000010111001101011101100100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB485; }

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

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

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

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

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

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

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

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