Shades of Medium Wood #AA8268
Tints of Medium Wood #AA8268
RGB
CMYK
RGB Variations
Color information
#AA8268 (or 0xAA8268) is known color: Medium Wood. HEX triplet: AA, 82 and 68. RGB value is (170,130,104). Sum of RGB (Red+Green+Blue) = 170+130+104=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8268 is #557D97. Grayscale: #8B8B8B. Windows color (decimal): -5602712 or 6849194. OLE color: 6849194.
HSL color Cylindrical-coordinate representation of color #AA8268: hue angle of 23.64º 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 #AA8268 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 104 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.33 |
| HSL | 23.64º | 0.28% | 0.54% | - |
| HSV(B) | 23.64º | 0.39% | 0.67% | - |
| XYZ | 27.06 | 25.51 | 16.59 | - |
| YUV | 139 | 108.25 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 104 | 0 | 0.24 | 0.39 | 0.33 | 23.64 | 0.28 | 0.54 |
| Hex | AA | 82 | 68 | 0 | 18 | 27 | 21 | 18 | 1C | 36 |
| Octal | 252 | 202 | 150 | 0 | 30 | 47 | 41 | 30 | 34 | 66 |
| Binary | 10101010 | 10000010 | 1101000 | 0 | 11000 | 100111 | 100001 | 11000 | 11100 | 110110 |
Color Harmonies of #AA8268
Complementary color
Monochromatic Colors of #AA8268
Black with #AA8268
Text Example
Text Example
White with #AA8268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8268; }
p { color: rgb(170,130,104); }
H1.HeaderClassName
{
color: #AA8268;
}
.AnyTagClassName
{
color: #AA8268;
}
</style>
background-color css
<style>
a { background-color: #AA8268; }
a { background-color: rgb(170,130,104); }
div.DivClassName
{
background-color: #AA8268;
}
.BgClassName
{
background-color: #AA8268;
}
</style>
border-color css
<style>
span { border-color: #AA8268; }
span { border-color: rgb(170,130,104); }
td.TdClassName
{
border-color: #AA8268;
}
.TagClassName
{
border-color: #AA8268;
}
</style>