Shades of Medium Wood #AA8067
Tints of Medium Wood #AA8067
RGB
CMYK
RGB Variations
Color information
#AA8067 (or 0xAA8067) is known color: Medium Wood. HEX triplet: AA, 80 and 67. RGB value is (170,128,103). Sum of RGB (Red+Green+Blue) = 170+128+103=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8067 is #557F98. Grayscale: #898989. Windows color (decimal): -5603225 or 6783146. OLE color: 6783146.
HSL color Cylindrical-coordinate representation of color #AA8067: hue angle of 22.39º 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 #AA8067 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 103 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.33 |
| HSL | 22.39º | 0.28% | 0.54% | - |
| HSV(B) | 22.39º | 0.39% | 0.67% | - |
| XYZ | 26.74 | 24.96 | 16.24 | - |
| YUV | 137.71 | 108.41 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 103 | 0 | 0.25 | 0.39 | 0.33 | 22.39 | 0.28 | 0.54 |
| Hex | AA | 80 | 67 | 0 | 19 | 27 | 21 | 16 | 1C | 36 |
| Octal | 252 | 200 | 147 | 0 | 31 | 47 | 41 | 26 | 34 | 66 |
| Binary | 10101010 | 10000000 | 1100111 | 0 | 11001 | 100111 | 100001 | 10110 | 11100 | 110110 |
Color Harmonies of #AA8067
Complementary color
Monochromatic Colors of #AA8067
Black with #AA8067
Text Example
Text Example
White with #AA8067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8067; }
p { color: rgb(170,128,103); }
H1.HeaderClassName
{
color: #AA8067;
}
.AnyTagClassName
{
color: #AA8067;
}
</style>
background-color css
<style>
a { background-color: #AA8067; }
a { background-color: rgb(170,128,103); }
div.DivClassName
{
background-color: #AA8067;
}
.BgClassName
{
background-color: #AA8067;
}
</style>
border-color css
<style>
span { border-color: #AA8067; }
span { border-color: rgb(170,128,103); }
td.TdClassName
{
border-color: #AA8067;
}
.TagClassName
{
border-color: #AA8067;
}
</style>