#AA8371

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

Shades of Medium Wood #AA8371

Tints of Medium Wood #AA8371

Color information

#AA8371 (or 0xAA8371) is unknown color: approx Medium Wood. HEX triplet: AA, 83 and 71. RGB value is (170,131,113). Sum of RGB (Red+Green+Blue) = 170+131+113=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8371 is #557C8E. Grayscale: #8C8C8C. Windows color (decimal): -5602447 or 7439274. OLE color: 7439274.

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

Color convert

RGB170131113-
CMYK00.230.340.33
HSL18.95º25.11%55.49%-
HSV(B)18.95º33.53%66.67%-
XYZ27.6725.9719.18-
YUV140.61112.42148.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.06%
GREEN value IS 131 (51.56% from 255) = 31.64%
BLUE value IS 113 (44.53% from 255) = 27.29%
R=41.06%
G=31.64%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013111300.230.340.3318.9525.1155.49
HexAA83710172221131937
Octal2522031610274241233167
Binary101010101000001111100010101111000101000011001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8371; }

 p { color: rgb(170,131,113); }

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

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

 a { background-color: rgb(170,131,113); }

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

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

 span { border-color: rgb(170,131,113); }

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