Shades of Sante Fe #A16C51
Tints of Sante Fe #A16C51
RGB
CMYK
RGB Variations
Color information
#A16C51 (or 0xA16C51) is known color: Sante Fe. HEX triplet: A1, 6C and 51. RGB value is (161,108,81). Sum of RGB (Red+Green+Blue) = 161+108+81=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16C51 is #5E93AE. Grayscale: #787878. Windows color (decimal): -6198191 or 5336225. OLE color: 5336225.
HSL color Cylindrical-coordinate representation of color #A16C51: hue angle of 20.25º 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 #A16C51 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 108 | 81 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.37 |
| HSL | 20.25º | 0.33% | 0.47% | - |
| HSV(B) | 20.25º | 0.5% | 0.63% | - |
| XYZ | 21.55 | 18.9 | 10.3 | - |
| YUV | 120.77 | 105.56 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 81 | 0 | 0.33 | 0.50 | 0.37 | 20.25 | 0.33 | 0.47 |
| Hex | A1 | 6C | 51 | 0 | 21 | 32 | 25 | 14 | 21 | 2F |
| Octal | 241 | 154 | 121 | 0 | 41 | 62 | 45 | 24 | 41 | 57 |
| Binary | 10100001 | 1101100 | 1010001 | 0 | 100001 | 110010 | 100101 | 10100 | 100001 | 101111 |
Color Harmonies of #A16C51
Complementary color
Monochromatic Colors of #A16C51
Black with #A16C51
Text Example
Text Example
White with #A16C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16C51; }
p { color: rgb(161,108,81); }
H1.HeaderClassName
{
color: #A16C51;
}
.AnyTagClassName
{
color: #A16C51;
}
</style>
background-color css
<style>
a { background-color: #A16C51; }
a { background-color: rgb(161,108,81); }
div.DivClassName
{
background-color: #A16C51;
}
.BgClassName
{
background-color: #A16C51;
}
</style>
border-color css
<style>
span { border-color: #A16C51; }
span { border-color: rgb(161,108,81); }
td.TdClassName
{
border-color: #A16C51;
}
.TagClassName
{
border-color: #A16C51;
}
</style>