#AA805D

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

Shades of Medium Wood #AA805D

Tints of Medium Wood #AA805D

Color information

#AA805D (or 0xAA805D) is unknown color: approx Medium Wood. HEX triplet: AA, 80 and 5D. RGB value is (170,128,93). Sum of RGB (Red+Green+Blue) = 170+128+93=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA805D is #557FA2. Grayscale: #888888. Windows color (decimal): -5603235 or 6127786. OLE color: 6127786.

HSL color Cylindrical-coordinate representation of color #AA805D: hue angle of 27.27º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA805D is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB17012893-
CMYK00.250.450.33
HSL27.27º31.17%51.57%-
HSV(B)27.27º45.29%66.67%-
XYZ26.2724.7713.75-
YUV136.57103.41151.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 128 (50.39% from 255) = 32.74%
BLUE value IS 93 (36.72% from 255) = 23.79%
R=43.48%
G=32.74%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701289300.250.450.3327.2731.1751.57
HexAA805D0192D211b1f34
Octal2522001350315541333764
Binary101010101000000010111010110011011011000011101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA805D; }

 p { color: rgb(170,128,93); }

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

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

 a { background-color: rgb(170,128,93); }

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

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

 span { border-color: rgb(170,128,93); }

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