Shades of Medium Wood #AA816D
Tints of Medium Wood #AA816D
RGB
CMYK
RGB Variations
Color information
#AA816D (or 0xAA816D) is known color: Medium Wood. HEX triplet: AA, 81 and 6D. RGB value is (170,129,109). Sum of RGB (Red+Green+Blue) = 170+129+109=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA816D is #557E92. Grayscale: #8B8B8B. Windows color (decimal): -5602963 or 7176618. OLE color: 7176618.
HSL color Cylindrical-coordinate representation of color #AA816D: hue angle of 19.67º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA816D is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 109 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.33 |
| HSL | 19.67º | 0.26% | 0.55% | - |
| HSV(B) | 19.67º | 0.36% | 0.67% | - |
| XYZ | 27.19 | 25.35 | 17.93 | - |
| YUV | 138.98 | 111.08 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 109 | 0 | 0.24 | 0.36 | 0.33 | 19.67 | 0.26 | 0.55 |
| Hex | AA | 81 | 6D | 0 | 18 | 24 | 21 | 14 | 1A | 37 |
| Octal | 252 | 201 | 155 | 0 | 30 | 44 | 41 | 24 | 32 | 67 |
| Binary | 10101010 | 10000001 | 1101101 | 0 | 11000 | 100100 | 100001 | 10100 | 11010 | 110111 |
Color Harmonies of #AA816D
Complementary color
Monochromatic Colors of #AA816D
Black with #AA816D
Text Example
Text Example
White with #AA816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA816D; }
p { color: rgb(170,129,109); }
H1.HeaderClassName
{
color: #AA816D;
}
.AnyTagClassName
{
color: #AA816D;
}
</style>
background-color css
<style>
a { background-color: #AA816D; }
a { background-color: rgb(170,129,109); }
div.DivClassName
{
background-color: #AA816D;
}
.BgClassName
{
background-color: #AA816D;
}
</style>
border-color css
<style>
span { border-color: #AA816D; }
span { border-color: rgb(170,129,109); }
td.TdClassName
{
border-color: #AA816D;
}
.TagClassName
{
border-color: #AA816D;
}
</style>