Shades of Medium Wood #AA8265
Tints of Medium Wood #AA8265
RGB
CMYK
RGB Variations
Color information
#AA8265 (or 0xAA8265) is known color: Medium Wood. HEX triplet: AA, 82 and 65. RGB value is (170,130,101). Sum of RGB (Red+Green+Blue) = 170+130+101=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8265 is #557D9A. Grayscale: #8A8A8A. Windows color (decimal): -5602715 or 6652586. OLE color: 6652586.
HSL color Cylindrical-coordinate representation of color #AA8265: hue angle of 25.22º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA8265 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 101 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.33 |
| HSL | 25.22º | 0.29% | 0.53% | - |
| HSV(B) | 25.22º | 0.41% | 0.67% | - |
| XYZ | 26.91 | 25.45 | 15.81 | - |
| YUV | 138.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 101 | 0 | 0.24 | 0.41 | 0.33 | 25.22 | 0.29 | 0.53 |
| Hex | AA | 82 | 65 | 0 | 18 | 29 | 21 | 19 | 1D | 35 |
| Octal | 252 | 202 | 145 | 0 | 30 | 51 | 41 | 31 | 35 | 65 |
| Binary | 10101010 | 10000010 | 1100101 | 0 | 11000 | 101001 | 100001 | 11001 | 11101 | 110101 |
Color Harmonies of #AA8265
Complementary color
Monochromatic Colors of #AA8265
Black with #AA8265
Text Example
Text Example
White with #AA8265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8265; }
p { color: rgb(170,130,101); }
H1.HeaderClassName
{
color: #AA8265;
}
.AnyTagClassName
{
color: #AA8265;
}
</style>
background-color css
<style>
a { background-color: #AA8265; }
a { background-color: rgb(170,130,101); }
div.DivClassName
{
background-color: #AA8265;
}
.BgClassName
{
background-color: #AA8265;
}
</style>
border-color css
<style>
span { border-color: #AA8265; }
span { border-color: rgb(170,130,101); }
td.TdClassName
{
border-color: #AA8265;
}
.TagClassName
{
border-color: #AA8265;
}
</style>