Shades of Medium Wood #A17E6B
Tints of Medium Wood #A17E6B
RGB
CMYK
RGB Variations
Color information
#A17E6B (or 0xA17E6B) is known color: Medium Wood. HEX triplet: A1, 7E and 6B. RGB value is (161,126,107). Sum of RGB (Red+Green+Blue) = 161+126+107=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17E6B is #5E8194. Grayscale: #868686. Windows color (decimal): -6193557 or 7044769. OLE color: 7044769.
HSL color Cylindrical-coordinate representation of color #A17E6B: hue angle of 21.11º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A17E6B is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 126 | 107 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.37 |
| HSL | 21.11º | 0.22% | 0.53% | - |
| HSV(B) | 21.11º | 0.34% | 0.63% | - |
| XYZ | 24.81 | 23.56 | 17.15 | - |
| YUV | 134.3 | 112.6 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 126 | 107 | 0 | 0.22 | 0.34 | 0.37 | 21.11 | 0.22 | 0.53 |
| Hex | A1 | 7E | 6B | 0 | 16 | 22 | 25 | 15 | 16 | 35 |
| Octal | 241 | 176 | 153 | 0 | 26 | 42 | 45 | 25 | 26 | 65 |
| Binary | 10100001 | 1111110 | 1101011 | 0 | 10110 | 100010 | 100101 | 10101 | 10110 | 110101 |
Color Harmonies of #A17E6B
Complementary color
Monochromatic Colors of #A17E6B
Black with #A17E6B
Text Example
Text Example
White with #A17E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17E6B; }
p { color: rgb(161,126,107); }
H1.HeaderClassName
{
color: #A17E6B;
}
.AnyTagClassName
{
color: #A17E6B;
}
</style>
background-color css
<style>
a { background-color: #A17E6B; }
a { background-color: rgb(161,126,107); }
div.DivClassName
{
background-color: #A17E6B;
}
.BgClassName
{
background-color: #A17E6B;
}
</style>
border-color css
<style>
span { border-color: #A17E6B; }
span { border-color: rgb(161,126,107); }
td.TdClassName
{
border-color: #A17E6B;
}
.TagClassName
{
border-color: #A17E6B;
}
</style>