Shades of Medium Wood #A17A60
Tints of Medium Wood #A17A60
RGB
CMYK
RGB Variations
Color information
#A17A60 (or 0xA17A60) is known color: Medium Wood. HEX triplet: A1, 7A and 60. RGB value is (161,122,96). Sum of RGB (Red+Green+Blue) = 161+122+96=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17A60 is #5E859F. Grayscale: #828282. Windows color (decimal): -6194592 or 6322849. OLE color: 6322849.
HSL color Cylindrical-coordinate representation of color #A17A60: hue angle of 24º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A17A60 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 122 | 96 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.37 |
| HSL | 24º | 0.26% | 0.5% | - |
| HSV(B) | 24º | 0.4% | 0.63% | - |
| XYZ | 23.77 | 22.34 | 14.13 | - |
| YUV | 130.7 | 108.42 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 96 | 0 | 0.24 | 0.40 | 0.37 | 24 | 0.26 | 0.5 |
| Hex | A1 | 7A | 60 | 0 | 18 | 28 | 25 | 18 | 1A | 32 |
| Octal | 241 | 172 | 140 | 0 | 30 | 50 | 45 | 30 | 32 | 62 |
| Binary | 10100001 | 1111010 | 1100000 | 0 | 11000 | 101000 | 100101 | 11000 | 11010 | 110010 |
Color Harmonies of #A17A60
Complementary color
Monochromatic Colors of #A17A60
Black with #A17A60
Text Example
Text Example
White with #A17A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17A60; }
p { color: rgb(161,122,96); }
H1.HeaderClassName
{
color: #A17A60;
}
.AnyTagClassName
{
color: #A17A60;
}
</style>
background-color css
<style>
a { background-color: #A17A60; }
a { background-color: rgb(161,122,96); }
div.DivClassName
{
background-color: #A17A60;
}
.BgClassName
{
background-color: #A17A60;
}
</style>
border-color css
<style>
span { border-color: #A17A60; }
span { border-color: rgb(161,122,96); }
td.TdClassName
{
border-color: #A17A60;
}
.TagClassName
{
border-color: #A17A60;
}
</style>