Shades of Medium Wood #AA8261
Tints of Medium Wood #AA8261
RGB
CMYK
RGB Variations
Color information
#AA8261 (or 0xAA8261) is known color: Medium Wood. HEX triplet: AA, 82 and 61. RGB value is (170,130,97). Sum of RGB (Red+Green+Blue) = 170+130+97=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8261 is #557D9E. Grayscale: #8A8A8A. Windows color (decimal): -5602719 or 6390442. OLE color: 6390442.
HSL color Cylindrical-coordinate representation of color #AA8261: hue angle of 27.12º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA8261 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 97 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.33 |
| HSL | 27.12º | 0.3% | 0.52% | - |
| HSV(B) | 27.12º | 0.43% | 0.67% | - |
| XYZ | 26.72 | 25.37 | 14.8 | - |
| YUV | 138.2 | 104.75 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 97 | 0 | 0.24 | 0.43 | 0.33 | 27.12 | 0.3 | 0.52 |
| Hex | AA | 82 | 61 | 0 | 18 | 2B | 21 | 1B | 1E | 34 |
| Octal | 252 | 202 | 141 | 0 | 30 | 53 | 41 | 33 | 36 | 64 |
| Binary | 10101010 | 10000010 | 1100001 | 0 | 11000 | 101011 | 100001 | 11011 | 11110 | 110100 |
Color Harmonies of #AA8261
Complementary color
Monochromatic Colors of #AA8261
Black with #AA8261
Text Example
Text Example
White with #AA8261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8261; }
p { color: rgb(170,130,97); }
H1.HeaderClassName
{
color: #AA8261;
}
.AnyTagClassName
{
color: #AA8261;
}
</style>
background-color css
<style>
a { background-color: #AA8261; }
a { background-color: rgb(170,130,97); }
div.DivClassName
{
background-color: #AA8261;
}
.BgClassName
{
background-color: #AA8261;
}
</style>
border-color css
<style>
span { border-color: #AA8261; }
span { border-color: rgb(170,130,97); }
td.TdClassName
{
border-color: #AA8261;
}
.TagClassName
{
border-color: #AA8261;
}
</style>