Shades of Medium Wood #AA8468
Tints of Medium Wood #AA8468
RGB
CMYK
RGB Variations
Color information
#AA8468 (or 0xAA8468) is known color: Medium Wood. HEX triplet: AA, 84 and 68. RGB value is (170,132,104). Sum of RGB (Red+Green+Blue) = 170+132+104=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8468 is #557B97. Grayscale: #8C8C8C. Windows color (decimal): -5602200 or 6849706. OLE color: 6849706.
HSL color Cylindrical-coordinate representation of color #AA8468: hue angle of 25.45º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA8468 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 104 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.33 |
| HSL | 25.45º | 0.28% | 0.54% | - |
| HSV(B) | 25.45º | 0.39% | 0.67% | - |
| XYZ | 27.33 | 26.05 | 16.68 | - |
| YUV | 140.17 | 107.59 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 104 | 0 | 0.22 | 0.39 | 0.33 | 25.45 | 0.28 | 0.54 |
| Hex | AA | 84 | 68 | 0 | 16 | 27 | 21 | 19 | 1C | 36 |
| Octal | 252 | 204 | 150 | 0 | 26 | 47 | 41 | 31 | 34 | 66 |
| Binary | 10101010 | 10000100 | 1101000 | 0 | 10110 | 100111 | 100001 | 11001 | 11100 | 110110 |
Color Harmonies of #AA8468
Complementary color
Monochromatic Colors of #AA8468
Black with #AA8468
Text Example
Text Example
White with #AA8468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8468; }
p { color: rgb(170,132,104); }
H1.HeaderClassName
{
color: #AA8468;
}
.AnyTagClassName
{
color: #AA8468;
}
</style>
background-color css
<style>
a { background-color: #AA8468; }
a { background-color: rgb(170,132,104); }
div.DivClassName
{
background-color: #AA8468;
}
.BgClassName
{
background-color: #AA8468;
}
</style>
border-color css
<style>
span { border-color: #AA8468; }
span { border-color: rgb(170,132,104); }
td.TdClassName
{
border-color: #AA8468;
}
.TagClassName
{
border-color: #AA8468;
}
</style>