#AA8564

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

Shades of Medium Wood #AA8564

Tints of Medium Wood #AA8564

Color information

#AA8564 (or 0xAA8564) is unknown color: approx Medium Wood. HEX triplet: AA, 85 and 64. RGB value is (170,133,100). Sum of RGB (Red+Green+Blue) = 170+133+100=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8564 is #557A9B. Grayscale: #8C8C8C. Windows color (decimal): -5601948 or 6587818. OLE color: 6587818.

HSL color Cylindrical-coordinate representation of color #AA8564: hue angle of 28.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA8564 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB170133100-
CMYK00.220.410.33
HSL28.29º29.17%52.94%-
HSV(B)28.29º41.18%66.67%-
XYZ27.2726.2415.68-
YUV140.3105.26149.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.18%
GREEN value IS 133 (52.34% from 255) = 33.00%
BLUE value IS 100 (39.45% from 255) = 24.81%
R=42.18%
G=33.00%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013310000.220.410.3328.2929.1752.94
HexAA856401629211c1d35
Octal2522051440265141343565
Binary101010101000010111001000101101010011000011110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8564; }

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

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

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

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

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

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

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

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