Shades of Sante Fe #A16D51
Tints of Sante Fe #A16D51
RGB
CMYK
RGB Variations
Color information
#A16D51 (or 0xA16D51) is known color: Sante Fe. HEX triplet: A1, 6D and 51. RGB value is (161,109,81). Sum of RGB (Red+Green+Blue) = 161+109+81=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16D51 is #5E92AE. Grayscale: #797979. Windows color (decimal): -6197935 or 5336481. OLE color: 5336481.
HSL color Cylindrical-coordinate representation of color #A16D51: hue angle of 21º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A16D51 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 81 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.37 |
| HSL | 21º | 0.33% | 0.47% | - |
| HSV(B) | 21º | 0.5% | 0.63% | - |
| XYZ | 21.65 | 19.11 | 10.33 | - |
| YUV | 121.36 | 105.23 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 81 | 0 | 0.32 | 0.50 | 0.37 | 21 | 0.33 | 0.47 |
| Hex | A1 | 6D | 51 | 0 | 20 | 32 | 25 | 15 | 21 | 2F |
| Octal | 241 | 155 | 121 | 0 | 40 | 62 | 45 | 25 | 41 | 57 |
| Binary | 10100001 | 1101101 | 1010001 | 0 | 100000 | 110010 | 100101 | 10101 | 100001 | 101111 |
Color Harmonies of #A16D51
Complementary color
Monochromatic Colors of #A16D51
Black with #A16D51
Text Example
Text Example
White with #A16D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D51; }
p { color: rgb(161,109,81); }
H1.HeaderClassName
{
color: #A16D51;
}
.AnyTagClassName
{
color: #A16D51;
}
</style>
background-color css
<style>
a { background-color: #A16D51; }
a { background-color: rgb(161,109,81); }
div.DivClassName
{
background-color: #A16D51;
}
.BgClassName
{
background-color: #A16D51;
}
</style>
border-color css
<style>
span { border-color: #A16D51; }
span { border-color: rgb(161,109,81); }
td.TdClassName
{
border-color: #A16D51;
}
.TagClassName
{
border-color: #A16D51;
}
</style>