Shades of Medium Wood #AA7F68
Tints of Medium Wood #AA7F68
RGB
CMYK
RGB Variations
Color information
#AA7F68 (or 0xAA7F68) is known color: Medium Wood. HEX triplet: AA, 7F and 68. RGB value is (170,127,104). Sum of RGB (Red+Green+Blue) = 170+127+104=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F68 is #558097. Grayscale: #898989. Windows color (decimal): -5603480 or 6848426. OLE color: 6848426.
HSL color Cylindrical-coordinate representation of color #AA7F68: hue angle of 20.91º 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 #AA7F68 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 104 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.33 |
| HSL | 20.91º | 0.28% | 0.54% | - |
| HSV(B) | 20.91º | 0.39% | 0.67% | - |
| XYZ | 26.67 | 24.72 | 16.46 | - |
| YUV | 137.24 | 109.25 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 104 | 0 | 0.25 | 0.39 | 0.33 | 20.91 | 0.28 | 0.54 |
| Hex | AA | 7F | 68 | 0 | 19 | 27 | 21 | 15 | 1C | 36 |
| Octal | 252 | 177 | 150 | 0 | 31 | 47 | 41 | 25 | 34 | 66 |
| Binary | 10101010 | 1111111 | 1101000 | 0 | 11001 | 100111 | 100001 | 10101 | 11100 | 110110 |
Color Harmonies of #AA7F68
Complementary color
Monochromatic Colors of #AA7F68
Black with #AA7F68
Text Example
Text Example
White with #AA7F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F68; }
p { color: rgb(170,127,104); }
H1.HeaderClassName
{
color: #AA7F68;
}
.AnyTagClassName
{
color: #AA7F68;
}
</style>
background-color css
<style>
a { background-color: #AA7F68; }
a { background-color: rgb(170,127,104); }
div.DivClassName
{
background-color: #AA7F68;
}
.BgClassName
{
background-color: #AA7F68;
}
</style>
border-color css
<style>
span { border-color: #AA7F68; }
span { border-color: rgb(170,127,104); }
td.TdClassName
{
border-color: #AA7F68;
}
.TagClassName
{
border-color: #AA7F68;
}
</style>