Shades of Medium Wood #AA815C
Tints of Medium Wood #AA815C
RGB
CMYK
RGB Variations
Color information
#AA815C (or 0xAA815C) is known color: Medium Wood. HEX triplet: AA, 81 and 5C. RGB value is (170,129,92). Sum of RGB (Red+Green+Blue) = 170+129+92=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA815C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA815C is #557EA3. Grayscale: #898989. Windows color (decimal): -5602980 or 6062506. OLE color: 6062506.
HSL color Cylindrical-coordinate representation of color #AA815C: hue angle of 28.46º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA815C is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 92 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.33 |
| HSL | 28.46º | 0.31% | 0.51% | - |
| HSV(B) | 28.46º | 0.46% | 0.67% | - |
| XYZ | 26.36 | 25.02 | 13.57 | - |
| YUV | 137.04 | 102.58 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 92 | 0 | 0.24 | 0.46 | 0.33 | 28.46 | 0.31 | 0.51 |
| Hex | AA | 81 | 5C | 0 | 18 | 2E | 21 | 1C | 1F | 33 |
| Octal | 252 | 201 | 134 | 0 | 30 | 56 | 41 | 34 | 37 | 63 |
| Binary | 10101010 | 10000001 | 1011100 | 0 | 11000 | 101110 | 100001 | 11100 | 11111 | 110011 |
Color Harmonies of #AA815C
Complementary color
Monochromatic Colors of #AA815C
Black with #AA815C
Text Example
Text Example
White with #AA815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA815C; }
p { color: rgb(170,129,92); }
H1.HeaderClassName
{
color: #AA815C;
}
.AnyTagClassName
{
color: #AA815C;
}
</style>
background-color css
<style>
a { background-color: #AA815C; }
a { background-color: rgb(170,129,92); }
div.DivClassName
{
background-color: #AA815C;
}
.BgClassName
{
background-color: #AA815C;
}
</style>
border-color css
<style>
span { border-color: #AA815C; }
span { border-color: rgb(170,129,92); }
td.TdClassName
{
border-color: #AA815C;
}
.TagClassName
{
border-color: #AA815C;
}
</style>