Shades of Medium Wood #A77F69
Tints of Medium Wood #A77F69
RGB
CMYK
RGB Variations
Color information
#A77F69 (or 0xA77F69) is known color: Medium Wood. HEX triplet: A7, 7F and 69. RGB value is (167,127,105). Sum of RGB (Red+Green+Blue) = 167+127+105=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77F69 is #588096. Grayscale: #888888. Windows color (decimal): -5800087 or 6913959. OLE color: 6913959.
HSL color Cylindrical-coordinate representation of color #A77F69: hue angle of 21.29º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A77F69 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 127 | 105 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.35 |
| HSL | 21.29º | 0.26% | 0.53% | - |
| HSV(B) | 21.29º | 0.37% | 0.65% | - |
| XYZ | 26.08 | 24.41 | 16.7 | - |
| YUV | 136.45 | 110.25 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 105 | 0 | 0.24 | 0.37 | 0.35 | 21.29 | 0.26 | 0.53 |
| Hex | A7 | 7F | 69 | 0 | 18 | 25 | 23 | 15 | 1A | 35 |
| Octal | 247 | 177 | 151 | 0 | 30 | 45 | 43 | 25 | 32 | 65 |
| Binary | 10100111 | 1111111 | 1101001 | 0 | 11000 | 100101 | 100011 | 10101 | 11010 | 110101 |
Color Harmonies of #A77F69
Complementary color
Monochromatic Colors of #A77F69
Black with #A77F69
Text Example
Text Example
White with #A77F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77F69; }
p { color: rgb(167,127,105); }
H1.HeaderClassName
{
color: #A77F69;
}
.AnyTagClassName
{
color: #A77F69;
}
</style>
background-color css
<style>
a { background-color: #A77F69; }
a { background-color: rgb(167,127,105); }
div.DivClassName
{
background-color: #A77F69;
}
.BgClassName
{
background-color: #A77F69;
}
</style>
border-color css
<style>
span { border-color: #A77F69; }
span { border-color: rgb(167,127,105); }
td.TdClassName
{
border-color: #A77F69;
}
.TagClassName
{
border-color: #A77F69;
}
</style>