Shades of Medium Wood #AA816C
Tints of Medium Wood #AA816C
RGB
CMYK
RGB Variations
Color information
#AA816C (or 0xAA816C) is known color: Medium Wood. HEX triplet: AA, 81 and 6C. RGB value is (170,129,108). Sum of RGB (Red+Green+Blue) = 170+129+108=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA816C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA816C is #557E93. Grayscale: #8A8A8A. Windows color (decimal): -5602964 or 7111082. OLE color: 7111082.
HSL color Cylindrical-coordinate representation of color #AA816C: hue angle of 20.32º degrees, saturation: 0.27, 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 #AA816C is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 108 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.33 |
| HSL | 20.32º | 0.27% | 0.55% | - |
| HSV(B) | 20.32º | 0.36% | 0.67% | - |
| XYZ | 27.13 | 25.33 | 17.65 | - |
| YUV | 138.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 108 | 0 | 0.24 | 0.36 | 0.33 | 20.32 | 0.27 | 0.55 |
| Hex | AA | 81 | 6C | 0 | 18 | 24 | 21 | 14 | 1B | 37 |
| Octal | 252 | 201 | 154 | 0 | 30 | 44 | 41 | 24 | 33 | 67 |
| Binary | 10101010 | 10000001 | 1101100 | 0 | 11000 | 100100 | 100001 | 10100 | 11011 | 110111 |
Color Harmonies of #AA816C
Complementary color
Monochromatic Colors of #AA816C
Black with #AA816C
Text Example
Text Example
White with #AA816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA816C; }
p { color: rgb(170,129,108); }
H1.HeaderClassName
{
color: #AA816C;
}
.AnyTagClassName
{
color: #AA816C;
}
</style>
background-color css
<style>
a { background-color: #AA816C; }
a { background-color: rgb(170,129,108); }
div.DivClassName
{
background-color: #AA816C;
}
.BgClassName
{
background-color: #AA816C;
}
</style>
border-color css
<style>
span { border-color: #AA816C; }
span { border-color: rgb(170,129,108); }
td.TdClassName
{
border-color: #AA816C;
}
.TagClassName
{
border-color: #AA816C;
}
</style>