Shades of Medium Wood #AA8462
Tints of Medium Wood #AA8462
RGB
CMYK
RGB Variations
Color information
#AA8462 (or 0xAA8462) is known color: Medium Wood. HEX triplet: AA, 84 and 62. RGB value is (170,132,98). Sum of RGB (Red+Green+Blue) = 170+132+98=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8462 is #557B9D. Grayscale: #8B8B8B. Windows color (decimal): -5602206 or 6456490. OLE color: 6456490.
HSL color Cylindrical-coordinate representation of color #AA8462: hue angle of 28.33º degrees, saturation: 0.3, 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 #AA8462 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 98 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.33 |
| HSL | 28.33º | 0.3% | 0.53% | - |
| HSV(B) | 28.33º | 0.42% | 0.67% | - |
| XYZ | 27.03 | 25.93 | 15.14 | - |
| YUV | 139.49 | 104.59 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 98 | 0 | 0.22 | 0.42 | 0.33 | 28.33 | 0.3 | 0.53 |
| Hex | AA | 84 | 62 | 0 | 16 | 2A | 21 | 1C | 1E | 35 |
| Octal | 252 | 204 | 142 | 0 | 26 | 52 | 41 | 34 | 36 | 65 |
| Binary | 10101010 | 10000100 | 1100010 | 0 | 10110 | 101010 | 100001 | 11100 | 11110 | 110101 |
Color Harmonies of #AA8462
Complementary color
Monochromatic Colors of #AA8462
Black with #AA8462
Text Example
Text Example
White with #AA8462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8462; }
p { color: rgb(170,132,98); }
H1.HeaderClassName
{
color: #AA8462;
}
.AnyTagClassName
{
color: #AA8462;
}
</style>
background-color css
<style>
a { background-color: #AA8462; }
a { background-color: rgb(170,132,98); }
div.DivClassName
{
background-color: #AA8462;
}
.BgClassName
{
background-color: #AA8462;
}
</style>
border-color css
<style>
span { border-color: #AA8462; }
span { border-color: rgb(170,132,98); }
td.TdClassName
{
border-color: #AA8462;
}
.TagClassName
{
border-color: #AA8462;
}
</style>