Shades of Medium Wood #A17A5E
Tints of Medium Wood #A17A5E
RGB
CMYK
RGB Variations
Color information
#A17A5E (or 0xA17A5E) is known color: Medium Wood. HEX triplet: A1, 7A and 5E. RGB value is (161,122,94). Sum of RGB (Red+Green+Blue) = 161+122+94=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17A5E is #5E85A1. Grayscale: #828282. Windows color (decimal): -6194594 or 6191777. OLE color: 6191777.
HSL color Cylindrical-coordinate representation of color #A17A5E: hue angle of 25.07º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A17A5E is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 122 | 94 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.37 |
| HSL | 25.07º | 0.26% | 0.5% | - |
| HSV(B) | 25.07º | 0.42% | 0.63% | - |
| XYZ | 23.68 | 22.3 | 13.65 | - |
| YUV | 130.47 | 107.42 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 94 | 0 | 0.24 | 0.42 | 0.37 | 25.07 | 0.26 | 0.5 |
| Hex | A1 | 7A | 5E | 0 | 18 | 2A | 25 | 19 | 1A | 32 |
| Octal | 241 | 172 | 136 | 0 | 30 | 52 | 45 | 31 | 32 | 62 |
| Binary | 10100001 | 1111010 | 1011110 | 0 | 11000 | 101010 | 100101 | 11001 | 11010 | 110010 |
Color Harmonies of #A17A5E
Complementary color
Monochromatic Colors of #A17A5E
Black with #A17A5E
Text Example
Text Example
White with #A17A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17A5E; }
p { color: rgb(161,122,94); }
H1.HeaderClassName
{
color: #A17A5E;
}
.AnyTagClassName
{
color: #A17A5E;
}
</style>
background-color css
<style>
a { background-color: #A17A5E; }
a { background-color: rgb(161,122,94); }
div.DivClassName
{
background-color: #A17A5E;
}
.BgClassName
{
background-color: #A17A5E;
}
</style>
border-color css
<style>
span { border-color: #A17A5E; }
span { border-color: rgb(161,122,94); }
td.TdClassName
{
border-color: #A17A5E;
}
.TagClassName
{
border-color: #A17A5E;
}
</style>