#AA8070

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

Shades of Medium Wood #AA8070

Tints of Medium Wood #AA8070

Color information

#AA8070 (or 0xAA8070) is unknown color: approx Medium Wood. HEX triplet: AA, 80 and 70. RGB value is (170,128,112). Sum of RGB (Red+Green+Blue) = 170+128+112=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8070 is #557F8F. Grayscale: #8A8A8A. Windows color (decimal): -5603216 or 7372970. OLE color: 7372970.

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

Color convert

RGB170128112-
CMYK00.250.340.33
HSL16.55º25.44%55.29%-
HSV(B)16.55º34.12%66.67%-
XYZ27.2225.1518.75-
YUV138.73112.91150.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.46%
GREEN value IS 128 (50.39% from 255) = 31.22%
BLUE value IS 112 (44.14% from 255) = 27.32%
R=41.46%
G=31.22%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012811200.250.340.3316.5525.4455.29
HexAA80700192221111937
Octal2522001600314241213167
Binary101010101000000011100000110011000101000011000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8070; }

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

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

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

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

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

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

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

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