Shades of Medium Wood #AA8567
Tints of Medium Wood #AA8567
RGB
CMYK
RGB Variations
Color information
#AA8567 (or 0xAA8567) is known color: Medium Wood. HEX triplet: AA, 85 and 67. RGB value is (170,133,103). Sum of RGB (Red+Green+Blue) = 170+133+103=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8567 is #557A98. Grayscale: #8C8C8C. Windows color (decimal): -5601945 or 6784426. OLE color: 6784426.
HSL color Cylindrical-coordinate representation of color #AA8567: hue angle of 26.87º 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 #AA8567 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 133 | 103 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.33 |
| HSL | 26.87º | 0.28% | 0.54% | - |
| HSV(B) | 26.87º | 0.39% | 0.67% | - |
| XYZ | 27.41 | 26.3 | 16.46 | - |
| YUV | 140.64 | 106.76 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 103 | 0 | 0.22 | 0.39 | 0.33 | 26.87 | 0.28 | 0.54 |
| Hex | AA | 85 | 67 | 0 | 16 | 27 | 21 | 1B | 1C | 36 |
| Octal | 252 | 205 | 147 | 0 | 26 | 47 | 41 | 33 | 34 | 66 |
| Binary | 10101010 | 10000101 | 1100111 | 0 | 10110 | 100111 | 100001 | 11011 | 11100 | 110110 |
Color Harmonies of #AA8567
Complementary color
Monochromatic Colors of #AA8567
Black with #AA8567
Text Example
Text Example
White with #AA8567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8567; }
p { color: rgb(170,133,103); }
H1.HeaderClassName
{
color: #AA8567;
}
.AnyTagClassName
{
color: #AA8567;
}
</style>
background-color css
<style>
a { background-color: #AA8567; }
a { background-color: rgb(170,133,103); }
div.DivClassName
{
background-color: #AA8567;
}
.BgClassName
{
background-color: #AA8567;
}
</style>
border-color css
<style>
span { border-color: #AA8567; }
span { border-color: rgb(170,133,103); }
td.TdClassName
{
border-color: #AA8567;
}
.TagClassName
{
border-color: #AA8567;
}
</style>