Shades of Medium Wood #AA8367
Tints of Medium Wood #AA8367
RGB
CMYK
RGB Variations
Color information
#AA8367 (or 0xAA8367) is known color: Medium Wood. HEX triplet: AA, 83 and 67. RGB value is (170,131,103). Sum of RGB (Red+Green+Blue) = 170+131+103=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 103 (40.62% from 255 or 25.50% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8367 is #557C98. Grayscale: #8B8B8B. Windows color (decimal): -5602457 or 6783914. OLE color: 6783914.
HSL color Cylindrical-coordinate representation of color #AA8367: hue angle of 25.07º 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 #AA8367 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 103 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.33 |
| HSL | 25.07º | 0.28% | 0.54% | - |
| HSV(B) | 25.07º | 0.39% | 0.67% | - |
| XYZ | 27.14 | 25.76 | 16.37 | - |
| YUV | 139.47 | 107.42 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 103 | 0 | 0.23 | 0.39 | 0.33 | 25.07 | 0.28 | 0.54 |
| Hex | AA | 83 | 67 | 0 | 17 | 27 | 21 | 19 | 1C | 36 |
| Octal | 252 | 203 | 147 | 0 | 27 | 47 | 41 | 31 | 34 | 66 |
| Binary | 10101010 | 10000011 | 1100111 | 0 | 10111 | 100111 | 100001 | 11001 | 11100 | 110110 |
Color Harmonies of #AA8367
Complementary color
Monochromatic Colors of #AA8367
Black with #AA8367
Text Example
Text Example
White with #AA8367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8367; }
p { color: rgb(170,131,103); }
H1.HeaderClassName
{
color: #AA8367;
}
.AnyTagClassName
{
color: #AA8367;
}
</style>
background-color css
<style>
a { background-color: #AA8367; }
a { background-color: rgb(170,131,103); }
div.DivClassName
{
background-color: #AA8367;
}
.BgClassName
{
background-color: #AA8367;
}
</style>
border-color css
<style>
span { border-color: #AA8367; }
span { border-color: rgb(170,131,103); }
td.TdClassName
{
border-color: #AA8367;
}
.TagClassName
{
border-color: #AA8367;
}
</style>