#AA806D

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

Shades of Medium Wood #AA806D

Tints of Medium Wood #AA806D

Color information

#AA806D (or 0xAA806D) is unknown color: approx Medium Wood. HEX triplet: AA, 80 and 6D. RGB value is (170,128,109). Sum of RGB (Red+Green+Blue) = 170+128+109=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA806D is #557F92. Grayscale: #8A8A8A. Windows color (decimal): -5603219 or 7176362. OLE color: 7176362.

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

Color convert

RGB170128109-
CMYK00.250.360.33
HSL18.69º26.41%54.71%-
HSV(B)18.69º35.88%66.67%-
XYZ27.0625.0917.88-
YUV138.39111.41150.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 128 (50.39% from 255) = 31.45%
BLUE value IS 109 (42.97% from 255) = 26.78%
R=41.77%
G=31.45%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012810900.250.360.3318.6926.4154.71
HexAA806D0192421131a37
Octal2522001550314441233267
Binary101010101000000011011010110011001001000011001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA806D; }

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

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

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

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

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

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

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

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