#AAB47F

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

Shades of Caper #AAB47F

Tints of Caper #AAB47F

Color information

#AAB47F (or 0xAAB47F) is unknown color: approx Caper. HEX triplet: AA, B4 and 7F. RGB value is (170,180,127). Sum of RGB (Red+Green+Blue) = 170+180+127=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB47F is #554B80. Grayscale: #ABABAB. Windows color (decimal): -5589889 or 8369322. OLE color: 8369322.

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

Color convert

RGB170180127-
CMYK0.0600.290.29
HSL71.32º26.11%60.2%-
HSV(B)71.32º29.44%70.59%-
XYZ36.7342.7226.39-
YUV170.97103.19127.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 180 (70.70% from 255) = 37.74%
BLUE value IS 127 (50% from 255) = 26.62%
R=35.64%
G=37.74%
B=26.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701801270.0600.290.2971.3226.1160.2
HexAAB47F601D1D471a3c
Octal2522641776035351073274
Binary1010101010110100111111111001110111101100011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB47F; }

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

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

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

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

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

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

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

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