#AA805C

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

Shades of Medium Wood #AA805C

Tints of Medium Wood #AA805C

Color information

#AA805C (or 0xAA805C) is unknown color: approx Medium Wood. HEX triplet: AA, 80 and 5C. RGB value is (170,128,92). Sum of RGB (Red+Green+Blue) = 170+128+92=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA805C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA805C is #557FA3. Grayscale: #888888. Windows color (decimal): -5603236 or 6062250. OLE color: 6062250.

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

Color convert

RGB17012892-
CMYK00.250.460.33
HSL27.69º31.45%51.37%-
HSV(B)27.69º45.88%66.67%-
XYZ26.2324.7613.52-
YUV136.45102.91151.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 128 (50.39% from 255) = 32.82%
BLUE value IS 92 (36.33% from 255) = 23.59%
R=43.59%
G=32.82%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701289200.250.460.3327.6931.4551.37
HexAA805C0192E211c1f33
Octal2522001340315641343763
Binary101010101000000010111000110011011101000011110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA805C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA805C; }

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

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

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

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

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

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

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

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