Shades of Medium Wood #AA815B
Tints of Medium Wood #AA815B
RGB
CMYK
RGB Variations
Color information
#AA815B (or 0xAA815B) is known color: Medium Wood. HEX triplet: AA, 81 and 5B. RGB value is (170,129,91). Sum of RGB (Red+Green+Blue) = 170+129+91=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA815B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA815B is #557EA4. Grayscale: #898989. Windows color (decimal): -5602981 or 5996970. OLE color: 5996970.
HSL color Cylindrical-coordinate representation of color #AA815B: hue angle of 28.86º degrees, saturation: 0.32, 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 #AA815B is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 91 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.33 |
| HSL | 28.86º | 0.32% | 0.51% | - |
| HSV(B) | 28.86º | 0.46% | 0.67% | - |
| XYZ | 26.32 | 25 | 13.34 | - |
| YUV | 136.93 | 102.08 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 91 | 0 | 0.24 | 0.46 | 0.33 | 28.86 | 0.32 | 0.51 |
| Hex | AA | 81 | 5B | 0 | 18 | 2E | 21 | 1D | 20 | 33 |
| Octal | 252 | 201 | 133 | 0 | 30 | 56 | 41 | 35 | 40 | 63 |
| Binary | 10101010 | 10000001 | 1011011 | 0 | 11000 | 101110 | 100001 | 11101 | 100000 | 110011 |
Color Harmonies of #AA815B
Complementary color
Monochromatic Colors of #AA815B
Black with #AA815B
Text Example
Text Example
White with #AA815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA815B; }
p { color: rgb(170,129,91); }
H1.HeaderClassName
{
color: #AA815B;
}
.AnyTagClassName
{
color: #AA815B;
}
</style>
background-color css
<style>
a { background-color: #AA815B; }
a { background-color: rgb(170,129,91); }
div.DivClassName
{
background-color: #AA815B;
}
.BgClassName
{
background-color: #AA815B;
}
</style>
border-color css
<style>
span { border-color: #AA815B; }
span { border-color: rgb(170,129,91); }
td.TdClassName
{
border-color: #AA815B;
}
.TagClassName
{
border-color: #AA815B;
}
</style>