Shades of Medium Wood #AA8360
Tints of Medium Wood #AA8360
RGB
CMYK
RGB Variations
Color information
#AA8360 (or 0xAA8360) is known color: Medium Wood. HEX triplet: AA, 83 and 60. RGB value is (170,131,96). Sum of RGB (Red+Green+Blue) = 170+131+96=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8360 is #557C9F. Grayscale: #8A8A8A. Windows color (decimal): -5602464 or 6325162. OLE color: 6325162.
HSL color Cylindrical-coordinate representation of color #AA8360: hue angle of 28.38º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA8360 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 96 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.33 |
| HSL | 28.38º | 0.3% | 0.52% | - |
| HSV(B) | 28.38º | 0.44% | 0.67% | - |
| XYZ | 26.81 | 25.62 | 14.6 | - |
| YUV | 138.67 | 103.92 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 96 | 0 | 0.23 | 0.44 | 0.33 | 28.38 | 0.3 | 0.52 |
| Hex | AA | 83 | 60 | 0 | 17 | 2C | 21 | 1C | 1E | 34 |
| Octal | 252 | 203 | 140 | 0 | 27 | 54 | 41 | 34 | 36 | 64 |
| Binary | 10101010 | 10000011 | 1100000 | 0 | 10111 | 101100 | 100001 | 11100 | 11110 | 110100 |
Color Harmonies of #AA8360
Complementary color
Monochromatic Colors of #AA8360
Black with #AA8360
Text Example
Text Example
White with #AA8360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8360; }
p { color: rgb(170,131,96); }
H1.HeaderClassName
{
color: #AA8360;
}
.AnyTagClassName
{
color: #AA8360;
}
</style>
background-color css
<style>
a { background-color: #AA8360; }
a { background-color: rgb(170,131,96); }
div.DivClassName
{
background-color: #AA8360;
}
.BgClassName
{
background-color: #AA8360;
}
</style>
border-color css
<style>
span { border-color: #AA8360; }
span { border-color: rgb(170,131,96); }
td.TdClassName
{
border-color: #AA8360;
}
.TagClassName
{
border-color: #AA8360;
}
</style>