#AA8563

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

Shades of Medium Wood #AA8563

Tints of Medium Wood #AA8563

Color information

#AA8563 (or 0xAA8563) is unknown color: approx Medium Wood. HEX triplet: AA, 85 and 63. RGB value is (170,133,99). Sum of RGB (Red+Green+Blue) = 170+133+99=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8563 is #557A9C. Grayscale: #8C8C8C. Windows color (decimal): -5601949 or 6522282. OLE color: 6522282.

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

Color convert

RGB17013399-
CMYK00.220.420.33
HSL28.73º29.46%52.75%-
HSV(B)28.73º41.76%66.67%-
XYZ27.2226.2215.43-
YUV140.19104.76149.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 133 (52.34% from 255) = 33.08%
BLUE value IS 99 (39.06% from 255) = 24.63%
R=42.29%
G=33.08%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701339900.220.420.3328.7329.4652.75
HexAA85630162A211d1d35
Octal2522051430265241353565
Binary101010101000010111000110101101010101000011110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8563; }

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

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

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

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

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

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

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

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