Shades of Medium Wood #AA816B
Tints of Medium Wood #AA816B
RGB
CMYK
RGB Variations
Color information
#AA816B (or 0xAA816B) is known color: Medium Wood. HEX triplet: AA, 81 and 6B. RGB value is (170,129,107). Sum of RGB (Red+Green+Blue) = 170+129+107=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA816B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA816B is #557E94. Grayscale: #8A8A8A. Windows color (decimal): -5602965 or 7045546. OLE color: 7045546.
HSL color Cylindrical-coordinate representation of color #AA816B: hue angle of 20.95º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA816B is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 107 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.33 |
| HSL | 20.95º | 0.27% | 0.54% | - |
| HSV(B) | 20.95º | 0.37% | 0.67% | - |
| XYZ | 27.08 | 25.31 | 17.37 | - |
| YUV | 138.75 | 110.08 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 107 | 0 | 0.24 | 0.37 | 0.33 | 20.95 | 0.27 | 0.54 |
| Hex | AA | 81 | 6B | 0 | 18 | 25 | 21 | 15 | 1B | 36 |
| Octal | 252 | 201 | 153 | 0 | 30 | 45 | 41 | 25 | 33 | 66 |
| Binary | 10101010 | 10000001 | 1101011 | 0 | 11000 | 100101 | 100001 | 10101 | 11011 | 110110 |
Color Harmonies of #AA816B
Complementary color
Monochromatic Colors of #AA816B
Black with #AA816B
Text Example
Text Example
White with #AA816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA816B; }
p { color: rgb(170,129,107); }
H1.HeaderClassName
{
color: #AA816B;
}
.AnyTagClassName
{
color: #AA816B;
}
</style>
background-color css
<style>
a { background-color: #AA816B; }
a { background-color: rgb(170,129,107); }
div.DivClassName
{
background-color: #AA816B;
}
.BgClassName
{
background-color: #AA816B;
}
</style>
border-color css
<style>
span { border-color: #AA816B; }
span { border-color: rgb(170,129,107); }
td.TdClassName
{
border-color: #AA816B;
}
.TagClassName
{
border-color: #AA816B;
}
</style>