#AA8064

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

Shades of Medium Wood #AA8064

Tints of Medium Wood #AA8064

Color information

#AA8064 (or 0xAA8064) is unknown color: approx Medium Wood. HEX triplet: AA, 80 and 64. RGB value is (170,128,100). Sum of RGB (Red+Green+Blue) = 170+128+100=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8064 is #557F9B. Grayscale: #898989. Windows color (decimal): -5603228 or 6586538. OLE color: 6586538.

HSL color Cylindrical-coordinate representation of color #AA8064: hue angle of 24º 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 #AA8064 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB170128100-
CMYK00.250.410.33
HSL24º29.17%52.94%-
HSV(B)24º41.18%66.67%-
XYZ26.624.915.46-
YUV137.37106.91151.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.71%
GREEN value IS 128 (50.39% from 255) = 32.16%
BLUE value IS 100 (39.45% from 255) = 25.13%
R=42.71%
G=32.16%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012810000.250.410.332429.1752.94
HexAA80640192921181d35
Octal2522001440315141303565
Binary101010101000000011001000110011010011000011100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8064; }

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

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

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

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

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

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

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

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