Shades of Medium Wood #A17A68
Tints of Medium Wood #A17A68
RGB
CMYK
RGB Variations
Color information
#A17A68 (or 0xA17A68) is known color: Medium Wood. HEX triplet: A1, 7A and 68. RGB value is (161,122,104). Sum of RGB (Red+Green+Blue) = 161+122+104=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17A68 is #5E8597. Grayscale: #838383. Windows color (decimal): -6194584 or 6847137. OLE color: 6847137.
HSL color Cylindrical-coordinate representation of color #A17A68: hue angle of 18.95º 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 #A17A68 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 122 | 104 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.37 |
| HSL | 18.95º | 0.23% | 0.52% | - |
| HSV(B) | 18.95º | 0.35% | 0.63% | - |
| XYZ | 24.16 | 22.5 | 16.17 | - |
| YUV | 131.61 | 112.42 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 104 | 0 | 0.24 | 0.35 | 0.37 | 18.95 | 0.23 | 0.52 |
| Hex | A1 | 7A | 68 | 0 | 18 | 23 | 25 | 13 | 17 | 34 |
| Octal | 241 | 172 | 150 | 0 | 30 | 43 | 45 | 23 | 27 | 64 |
| Binary | 10100001 | 1111010 | 1101000 | 0 | 11000 | 100011 | 100101 | 10011 | 10111 | 110100 |
Color Harmonies of #A17A68
Complementary color
Monochromatic Colors of #A17A68
Black with #A17A68
Text Example
Text Example
White with #A17A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17A68; }
p { color: rgb(161,122,104); }
H1.HeaderClassName
{
color: #A17A68;
}
.AnyTagClassName
{
color: #A17A68;
}
</style>
background-color css
<style>
a { background-color: #A17A68; }
a { background-color: rgb(161,122,104); }
div.DivClassName
{
background-color: #A17A68;
}
.BgClassName
{
background-color: #A17A68;
}
</style>
border-color css
<style>
span { border-color: #A17A68; }
span { border-color: rgb(161,122,104); }
td.TdClassName
{
border-color: #A17A68;
}
.TagClassName
{
border-color: #A17A68;
}
</style>