Shades of Medium Wood #AA8465
Tints of Medium Wood #AA8465
RGB
CMYK
RGB Variations
Color information
#AA8465 (or 0xAA8465) is known color: Medium Wood. HEX triplet: AA, 84 and 65. RGB value is (170,132,101). Sum of RGB (Red+Green+Blue) = 170+132+101=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8465 is #557B9A. Grayscale: #8B8B8B. Windows color (decimal): -5602203 or 6653098. OLE color: 6653098.
HSL color Cylindrical-coordinate representation of color #AA8465: hue angle of 26.96º 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 #AA8465 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 101 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.33 |
| HSL | 26.96º | 0.29% | 0.53% | - |
| HSV(B) | 26.96º | 0.41% | 0.67% | - |
| XYZ | 27.18 | 25.99 | 15.9 | - |
| YUV | 139.83 | 106.09 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 101 | 0 | 0.22 | 0.41 | 0.33 | 26.96 | 0.29 | 0.53 |
| Hex | AA | 84 | 65 | 0 | 16 | 29 | 21 | 1B | 1D | 35 |
| Octal | 252 | 204 | 145 | 0 | 26 | 51 | 41 | 33 | 35 | 65 |
| Binary | 10101010 | 10000100 | 1100101 | 0 | 10110 | 101001 | 100001 | 11011 | 11101 | 110101 |
Color Harmonies of #AA8465
Complementary color
Monochromatic Colors of #AA8465
Black with #AA8465
Text Example
Text Example
White with #AA8465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8465; }
p { color: rgb(170,132,101); }
H1.HeaderClassName
{
color: #AA8465;
}
.AnyTagClassName
{
color: #AA8465;
}
</style>
background-color css
<style>
a { background-color: #AA8465; }
a { background-color: rgb(170,132,101); }
div.DivClassName
{
background-color: #AA8465;
}
.BgClassName
{
background-color: #AA8465;
}
</style>
border-color css
<style>
span { border-color: #AA8465; }
span { border-color: rgb(170,132,101); }
td.TdClassName
{
border-color: #AA8465;
}
.TagClassName
{
border-color: #AA8465;
}
</style>