Shades of Sante Fe #A16D4F
Tints of Sante Fe #A16D4F
RGB
CMYK
RGB Variations
Color information
#A16D4F (or 0xA16D4F) is known color: Sante Fe. HEX triplet: A1, 6D and 4F. RGB value is (161,109,79). Sum of RGB (Red+Green+Blue) = 161+109+79=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16D4F is #5E92B0. Grayscale: #797979. Windows color (decimal): -6197937 or 5205409. OLE color: 5205409.
HSL color Cylindrical-coordinate representation of color #A16D4F: hue angle of 21.95º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A16D4F is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 79 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.37 |
| HSL | 21.95º | 0.34% | 0.47% | - |
| HSV(B) | 21.95º | 0.51% | 0.63% | - |
| XYZ | 21.58 | 19.08 | 9.94 | - |
| YUV | 121.13 | 104.23 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 79 | 0 | 0.32 | 0.51 | 0.37 | 21.95 | 0.34 | 0.47 |
| Hex | A1 | 6D | 4F | 0 | 20 | 33 | 25 | 16 | 22 | 2F |
| Octal | 241 | 155 | 117 | 0 | 40 | 63 | 45 | 26 | 42 | 57 |
| Binary | 10100001 | 1101101 | 1001111 | 0 | 100000 | 110011 | 100101 | 10110 | 100010 | 101111 |
Color Harmonies of #A16D4F
Complementary color
Monochromatic Colors of #A16D4F
Black with #A16D4F
Text Example
Text Example
White with #A16D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D4F; }
p { color: rgb(161,109,79); }
H1.HeaderClassName
{
color: #A16D4F;
}
.AnyTagClassName
{
color: #A16D4F;
}
</style>
background-color css
<style>
a { background-color: #A16D4F; }
a { background-color: rgb(161,109,79); }
div.DivClassName
{
background-color: #A16D4F;
}
.BgClassName
{
background-color: #A16D4F;
}
</style>
border-color css
<style>
span { border-color: #A16D4F; }
span { border-color: rgb(161,109,79); }
td.TdClassName
{
border-color: #A16D4F;
}
.TagClassName
{
border-color: #A16D4F;
}
</style>