Shades of Medium Wood #AA7F67
Tints of Medium Wood #AA7F67
RGB
CMYK
RGB Variations
Color information
#AA7F67 (or 0xAA7F67) is known color: Medium Wood. HEX triplet: AA, 7F and 67. RGB value is (170,127,103). Sum of RGB (Red+Green+Blue) = 170+127+103=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F67 is #558098. Grayscale: #898989. Windows color (decimal): -5603481 or 6782890. OLE color: 6782890.
HSL color Cylindrical-coordinate representation of color #AA7F67: hue angle of 21.49º 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 #AA7F67 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 103 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.33 |
| HSL | 21.49º | 0.28% | 0.54% | - |
| HSV(B) | 21.49º | 0.39% | 0.67% | - |
| XYZ | 26.62 | 24.7 | 16.2 | - |
| YUV | 137.12 | 108.75 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 103 | 0 | 0.25 | 0.39 | 0.33 | 21.49 | 0.28 | 0.54 |
| Hex | AA | 7F | 67 | 0 | 19 | 27 | 21 | 15 | 1C | 36 |
| Octal | 252 | 177 | 147 | 0 | 31 | 47 | 41 | 25 | 34 | 66 |
| Binary | 10101010 | 1111111 | 1100111 | 0 | 11001 | 100111 | 100001 | 10101 | 11100 | 110110 |
Color Harmonies of #AA7F67
Complementary color
Monochromatic Colors of #AA7F67
Black with #AA7F67
Text Example
Text Example
White with #AA7F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F67; }
p { color: rgb(170,127,103); }
H1.HeaderClassName
{
color: #AA7F67;
}
.AnyTagClassName
{
color: #AA7F67;
}
</style>
background-color css
<style>
a { background-color: #AA7F67; }
a { background-color: rgb(170,127,103); }
div.DivClassName
{
background-color: #AA7F67;
}
.BgClassName
{
background-color: #AA7F67;
}
</style>
border-color css
<style>
span { border-color: #AA7F67; }
span { border-color: rgb(170,127,103); }
td.TdClassName
{
border-color: #AA7F67;
}
.TagClassName
{
border-color: #AA7F67;
}
</style>