#AAB487

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

Shades of Caper #AAB487

Tints of Caper #AAB487

Color information

#AAB487 (or 0xAAB487) is unknown color: approx Caper. HEX triplet: AA, B4 and 87. RGB value is (170,180,135). Sum of RGB (Red+Green+Blue) = 170+180+135=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 135 (53.12% from 255 or 27.84% from 485); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB487 is #554B78. Grayscale: #ACACAC. Windows color (decimal): -5589881 or 8893610. OLE color: 8893610.

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

Color convert

RGB170180135-
CMYK0.0600.250.29
HSL73.33º23.08%61.76%-
HSV(B)73.33º25%70.59%-
XYZ37.2742.9429.25-
YUV171.88107.19126.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 180 (70.70% from 255) = 37.11%
BLUE value IS 135 (53.12% from 255) = 27.84%
R=35.05%
G=37.11%
B=27.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701801350.0600.250.2973.3323.0861.76
HexAAB48760191D49173e
Octal2522642076031351112776
Binary10101010101101001000011111001100111101100100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB487; }

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

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

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

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

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

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

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

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