Shades of Medium Wood #AA8063
Tints of Medium Wood #AA8063
RGB
CMYK
RGB Variations
Color information
#AA8063 (or 0xAA8063) is known color: Medium Wood. HEX triplet: AA, 80 and 63. RGB value is (170,128,99). Sum of RGB (Red+Green+Blue) = 170+128+99=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8063 is #557F9C. Grayscale: #898989. Windows color (decimal): -5603229 or 6521002. OLE color: 6521002.
HSL color Cylindrical-coordinate representation of color #AA8063: hue angle of 24.51º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA8063 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 99 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.33 |
| HSL | 24.51º | 0.29% | 0.53% | - |
| HSV(B) | 24.51º | 0.42% | 0.67% | - |
| XYZ | 26.55 | 24.89 | 15.21 | - |
| YUV | 137.25 | 106.41 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 99 | 0 | 0.25 | 0.42 | 0.33 | 24.51 | 0.29 | 0.53 |
| Hex | AA | 80 | 63 | 0 | 19 | 2A | 21 | 19 | 1D | 35 |
| Octal | 252 | 200 | 143 | 0 | 31 | 52 | 41 | 31 | 35 | 65 |
| Binary | 10101010 | 10000000 | 1100011 | 0 | 11001 | 101010 | 100001 | 11001 | 11101 | 110101 |
Color Harmonies of #AA8063
Complementary color
Monochromatic Colors of #AA8063
Black with #AA8063
Text Example
Text Example
White with #AA8063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8063; }
p { color: rgb(170,128,99); }
H1.HeaderClassName
{
color: #AA8063;
}
.AnyTagClassName
{
color: #AA8063;
}
</style>
background-color css
<style>
a { background-color: #AA8063; }
a { background-color: rgb(170,128,99); }
div.DivClassName
{
background-color: #AA8063;
}
.BgClassName
{
background-color: #AA8063;
}
</style>
border-color css
<style>
span { border-color: #AA8063; }
span { border-color: rgb(170,128,99); }
td.TdClassName
{
border-color: #AA8063;
}
.TagClassName
{
border-color: #AA8063;
}
</style>