Shades of Medium Wood #A17B5F
Tints of Medium Wood #A17B5F
RGB
CMYK
RGB Variations
Color information
#A17B5F (or 0xA17B5F) is known color: Medium Wood. HEX triplet: A1, 7B and 5F. RGB value is (161,123,95). Sum of RGB (Red+Green+Blue) = 161+123+95=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 161 - color contains mainly: red. Hex color #A17B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17B5F is #5E84A0. Grayscale: #838383. Windows color (decimal): -6194337 or 6257569. OLE color: 6257569.
HSL color Cylindrical-coordinate representation of color #A17B5F: hue angle of 25.45º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A17B5F is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 123 | 95 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.37 |
| HSL | 25.45º | 0.26% | 0.5% | - |
| HSV(B) | 25.45º | 0.41% | 0.63% | - |
| XYZ | 23.85 | 22.57 | 13.93 | - |
| YUV | 131.17 | 107.59 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 123 | 95 | 0 | 0.24 | 0.41 | 0.37 | 25.45 | 0.26 | 0.5 |
| Hex | A1 | 7B | 5F | 0 | 18 | 29 | 25 | 19 | 1A | 32 |
| Octal | 241 | 173 | 137 | 0 | 30 | 51 | 45 | 31 | 32 | 62 |
| Binary | 10100001 | 1111011 | 1011111 | 0 | 11000 | 101001 | 100101 | 11001 | 11010 | 110010 |
Color Harmonies of #A17B5F
Complementary color
Monochromatic Colors of #A17B5F
Black with #A17B5F
Text Example
Text Example
White with #A17B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17B5F; }
p { color: rgb(161,123,95); }
H1.HeaderClassName
{
color: #A17B5F;
}
.AnyTagClassName
{
color: #A17B5F;
}
</style>
background-color css
<style>
a { background-color: #A17B5F; }
a { background-color: rgb(161,123,95); }
div.DivClassName
{
background-color: #A17B5F;
}
.BgClassName
{
background-color: #A17B5F;
}
</style>
border-color css
<style>
span { border-color: #A17B5F; }
span { border-color: rgb(161,123,95); }
td.TdClassName
{
border-color: #A17B5F;
}
.TagClassName
{
border-color: #A17B5F;
}
</style>