#AAB47C

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

Shades of Caper #AAB47C

Tints of Caper #AAB47C

Color information

#AAB47C (or 0xAAB47C) is unknown color: approx Caper. HEX triplet: AA, B4 and 7C. RGB value is (170,180,124). Sum of RGB (Red+Green+Blue) = 170+180+124=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB47C is #554B83. Grayscale: #AAAAAA. Windows color (decimal): -5589892 or 8172714. OLE color: 8172714.

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

Color convert

RGB170180124-
CMYK0.0600.310.29
HSL70.71º27.18%59.61%-
HSV(B)70.71º31.11%70.59%-
XYZ36.5442.6425.37-
YUV170.63101.69127.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.86%
GREEN value IS 180 (70.70% from 255) = 37.97%
BLUE value IS 124 (48.83% from 255) = 26.16%
R=35.86%
G=37.97%
B=26.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701801240.0600.310.2970.7127.1859.61
HexAAB47C601F1D471b3c
Octal2522641746037351073374
Binary1010101010110100111110011001111111101100011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB47C; }

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

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

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

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

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

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

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

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