Shades of Medium Wood #AA8463
Tints of Medium Wood #AA8463
RGB
CMYK
RGB Variations
Color information
#AA8463 (or 0xAA8463) is known color: Medium Wood. HEX triplet: AA, 84 and 63. RGB value is (170,132,99). Sum of RGB (Red+Green+Blue) = 170+132+99=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8463 is #557B9C. Grayscale: #8B8B8B. Windows color (decimal): -5602205 or 6522026. OLE color: 6522026.
HSL color Cylindrical-coordinate representation of color #AA8463: hue angle of 27.89º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA8463 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 99 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.33 |
| HSL | 27.89º | 0.29% | 0.53% | - |
| HSV(B) | 27.89º | 0.42% | 0.67% | - |
| XYZ | 27.08 | 25.95 | 15.39 | - |
| YUV | 139.6 | 105.09 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 99 | 0 | 0.22 | 0.42 | 0.33 | 27.89 | 0.29 | 0.53 |
| Hex | AA | 84 | 63 | 0 | 16 | 2A | 21 | 1C | 1D | 35 |
| Octal | 252 | 204 | 143 | 0 | 26 | 52 | 41 | 34 | 35 | 65 |
| Binary | 10101010 | 10000100 | 1100011 | 0 | 10110 | 101010 | 100001 | 11100 | 11101 | 110101 |
Color Harmonies of #AA8463
Complementary color
Monochromatic Colors of #AA8463
Black with #AA8463
Text Example
Text Example
White with #AA8463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8463; }
p { color: rgb(170,132,99); }
H1.HeaderClassName
{
color: #AA8463;
}
.AnyTagClassName
{
color: #AA8463;
}
</style>
background-color css
<style>
a { background-color: #AA8463; }
a { background-color: rgb(170,132,99); }
div.DivClassName
{
background-color: #AA8463;
}
.BgClassName
{
background-color: #AA8463;
}
</style>
border-color css
<style>
span { border-color: #AA8463; }
span { border-color: rgb(170,132,99); }
td.TdClassName
{
border-color: #AA8463;
}
.TagClassName
{
border-color: #AA8463;
}
</style>