#AA8472

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

Shades of Medium Wood #AA8472

Tints of Medium Wood #AA8472

Color information

#AA8472 (or 0xAA8472) is unknown color: approx Medium Wood. HEX triplet: AA, 84 and 72. RGB value is (170,132,114). Sum of RGB (Red+Green+Blue) = 170+132+114=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8472 is #557B8D. Grayscale: #8D8D8D. Windows color (decimal): -5602190 or 7505066. OLE color: 7505066.

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

Color convert

RGB170132114-
CMYK00.220.330.33
HSL19.29º24.78%55.69%-
HSV(B)19.29º32.94%66.67%-
XYZ27.8726.2619.52-
YUV141.31112.59148.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.87%
GREEN value IS 132 (51.95% from 255) = 31.73%
BLUE value IS 114 (44.92% from 255) = 27.40%
R=40.87%
G=31.73%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013211400.220.330.3319.2924.7855.69
HexAA84720162121131938
Octal2522041620264141233170
Binary101010101000010011100100101101000011000011001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8472; }

 p { color: rgb(170,132,114); }

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

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

 a { background-color: rgb(170,132,114); }

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

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

 span { border-color: rgb(170,132,114); }

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