Shades of Medium Wood #AA815A
Tints of Medium Wood #AA815A
RGB
CMYK
RGB Variations
Color information
#AA815A (or 0xAA815A) is known color: Medium Wood. HEX triplet: AA, 81 and 5A. RGB value is (170,129,90). Sum of RGB (Red+Green+Blue) = 170+129+90=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA815A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA815A is #557EA5. Grayscale: #898989. Windows color (decimal): -5602982 or 5931434. OLE color: 5931434.
HSL color Cylindrical-coordinate representation of color #AA815A: hue angle of 29.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA815A is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 90 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.33 |
| HSL | 29.25º | 0.32% | 0.51% | - |
| HSV(B) | 29.25º | 0.47% | 0.67% | - |
| XYZ | 26.27 | 24.98 | 13.11 | - |
| YUV | 136.81 | 101.58 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 90 | 0 | 0.24 | 0.47 | 0.33 | 29.25 | 0.32 | 0.51 |
| Hex | AA | 81 | 5A | 0 | 18 | 2F | 21 | 1D | 20 | 33 |
| Octal | 252 | 201 | 132 | 0 | 30 | 57 | 41 | 35 | 40 | 63 |
| Binary | 10101010 | 10000001 | 1011010 | 0 | 11000 | 101111 | 100001 | 11101 | 100000 | 110011 |
Color Harmonies of #AA815A
Complementary color
Monochromatic Colors of #AA815A
Black with #AA815A
Text Example
Text Example
White with #AA815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA815A; }
p { color: rgb(170,129,90); }
H1.HeaderClassName
{
color: #AA815A;
}
.AnyTagClassName
{
color: #AA815A;
}
</style>
background-color css
<style>
a { background-color: #AA815A; }
a { background-color: rgb(170,129,90); }
div.DivClassName
{
background-color: #AA815A;
}
.BgClassName
{
background-color: #AA815A;
}
</style>
border-color css
<style>
span { border-color: #AA815A; }
span { border-color: rgb(170,129,90); }
td.TdClassName
{
border-color: #AA815A;
}
.TagClassName
{
border-color: #AA815A;
}
</style>