Shades of Medium Wood #AA8267
Tints of Medium Wood #AA8267
RGB
CMYK
RGB Variations
Color information
#AA8267 (or 0xAA8267) is known color: Medium Wood. HEX triplet: AA, 82 and 67. RGB value is (170,130,103). Sum of RGB (Red+Green+Blue) = 170+130+103=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 103 (40.62% from 255 or 25.56% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8267 is #557D98. Grayscale: #8B8B8B. Windows color (decimal): -5602713 or 6783658. OLE color: 6783658.
HSL color Cylindrical-coordinate representation of color #AA8267: hue angle of 24.18º 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 #AA8267 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 103 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.33 |
| HSL | 24.18º | 0.28% | 0.54% | - |
| HSV(B) | 24.18º | 0.39% | 0.67% | - |
| XYZ | 27.01 | 25.49 | 16.33 | - |
| YUV | 138.88 | 107.75 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 103 | 0 | 0.24 | 0.39 | 0.33 | 24.18 | 0.28 | 0.54 |
| Hex | AA | 82 | 67 | 0 | 18 | 27 | 21 | 18 | 1C | 36 |
| Octal | 252 | 202 | 147 | 0 | 30 | 47 | 41 | 30 | 34 | 66 |
| Binary | 10101010 | 10000010 | 1100111 | 0 | 11000 | 100111 | 100001 | 11000 | 11100 | 110110 |
Color Harmonies of #AA8267
Complementary color
Monochromatic Colors of #AA8267
Black with #AA8267
Text Example
Text Example
White with #AA8267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8267; }
p { color: rgb(170,130,103); }
H1.HeaderClassName
{
color: #AA8267;
}
.AnyTagClassName
{
color: #AA8267;
}
</style>
background-color css
<style>
a { background-color: #AA8267; }
a { background-color: rgb(170,130,103); }
div.DivClassName
{
background-color: #AA8267;
}
.BgClassName
{
background-color: #AA8267;
}
</style>
border-color css
<style>
span { border-color: #AA8267; }
span { border-color: rgb(170,130,103); }
td.TdClassName
{
border-color: #AA8267;
}
.TagClassName
{
border-color: #AA8267;
}
</style>