Shades of Medium Wood #A17E69
Tints of Medium Wood #A17E69
RGB
CMYK
RGB Variations
Color information
#A17E69 (or 0xA17E69) is known color: Medium Wood. HEX triplet: A1, 7E and 69. RGB value is (161,126,105). Sum of RGB (Red+Green+Blue) = 161+126+105=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17E69 is #5E8196. Grayscale: #868686. Windows color (decimal): -6193559 or 6913697. OLE color: 6913697.
HSL color Cylindrical-coordinate representation of color #A17E69: hue angle of 22.5º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A17E69 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 126 | 105 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.37 |
| HSL | 22.5º | 0.23% | 0.52% | - |
| HSV(B) | 22.5º | 0.35% | 0.63% | - |
| XYZ | 24.71 | 23.52 | 16.6 | - |
| YUV | 134.07 | 111.6 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 126 | 105 | 0 | 0.22 | 0.35 | 0.37 | 22.5 | 0.23 | 0.52 |
| Hex | A1 | 7E | 69 | 0 | 16 | 23 | 25 | 16 | 17 | 34 |
| Octal | 241 | 176 | 151 | 0 | 26 | 43 | 45 | 26 | 27 | 64 |
| Binary | 10100001 | 1111110 | 1101001 | 0 | 10110 | 100011 | 100101 | 10110 | 10111 | 110100 |
Color Harmonies of #A17E69
Complementary color
Monochromatic Colors of #A17E69
Black with #A17E69
Text Example
Text Example
White with #A17E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17E69; }
p { color: rgb(161,126,105); }
H1.HeaderClassName
{
color: #A17E69;
}
.AnyTagClassName
{
color: #A17E69;
}
</style>
background-color css
<style>
a { background-color: #A17E69; }
a { background-color: rgb(161,126,105); }
div.DivClassName
{
background-color: #A17E69;
}
.BgClassName
{
background-color: #A17E69;
}
</style>
border-color css
<style>
span { border-color: #A17E69; }
span { border-color: rgb(161,126,105); }
td.TdClassName
{
border-color: #A17E69;
}
.TagClassName
{
border-color: #A17E69;
}
</style>