Shades of Medium Wood #AA7E67
Tints of Medium Wood #AA7E67
RGB
CMYK
RGB Variations
Color information
#AA7E67 (or 0xAA7E67) is known color: Medium Wood. HEX triplet: AA, 7E and 67. RGB value is (170,126,103). Sum of RGB (Red+Green+Blue) = 170+126+103=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E67 is #558198. Grayscale: #888888. Windows color (decimal): -5603737 or 6782634. OLE color: 6782634.
HSL color Cylindrical-coordinate representation of color #AA7E67: hue angle of 20.6º 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 #AA7E67 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 103 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.33 |
| HSL | 20.6º | 0.28% | 0.54% | - |
| HSV(B) | 20.6º | 0.39% | 0.67% | - |
| XYZ | 26.49 | 24.45 | 16.15 | - |
| YUV | 136.53 | 109.08 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 103 | 0 | 0.26 | 0.39 | 0.33 | 20.6 | 0.28 | 0.54 |
| Hex | AA | 7E | 67 | 0 | 1A | 27 | 21 | 15 | 1C | 36 |
| Octal | 252 | 176 | 147 | 0 | 32 | 47 | 41 | 25 | 34 | 66 |
| Binary | 10101010 | 1111110 | 1100111 | 0 | 11010 | 100111 | 100001 | 10101 | 11100 | 110110 |
Color Harmonies of #AA7E67
Complementary color
Monochromatic Colors of #AA7E67
Black with #AA7E67
Text Example
Text Example
White with #AA7E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E67; }
p { color: rgb(170,126,103); }
H1.HeaderClassName
{
color: #AA7E67;
}
.AnyTagClassName
{
color: #AA7E67;
}
</style>
background-color css
<style>
a { background-color: #AA7E67; }
a { background-color: rgb(170,126,103); }
div.DivClassName
{
background-color: #AA7E67;
}
.BgClassName
{
background-color: #AA7E67;
}
</style>
border-color css
<style>
span { border-color: #AA7E67; }
span { border-color: rgb(170,126,103); }
td.TdClassName
{
border-color: #AA7E67;
}
.TagClassName
{
border-color: #AA7E67;
}
</style>