Shades of Sante Fe #A16D52
Tints of Sante Fe #A16D52
RGB
CMYK
RGB Variations
Color information
#A16D52 (or 0xA16D52) is known color: Sante Fe. HEX triplet: A1, 6D and 52. RGB value is (161,109,82). Sum of RGB (Red+Green+Blue) = 161+109+82=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16D52 is #5E92AD. Grayscale: #797979. Windows color (decimal): -6197934 or 5402017. OLE color: 5402017.
HSL color Cylindrical-coordinate representation of color #A16D52: hue angle of 20.51º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A16D52 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 82 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.37 |
| HSL | 20.51º | 0.33% | 0.48% | - |
| HSV(B) | 20.51º | 0.49% | 0.63% | - |
| XYZ | 21.69 | 19.12 | 10.53 | - |
| YUV | 121.47 | 105.73 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 82 | 0 | 0.32 | 0.49 | 0.37 | 20.51 | 0.33 | 0.48 |
| Hex | A1 | 6D | 52 | 0 | 20 | 31 | 25 | 15 | 21 | 30 |
| Octal | 241 | 155 | 122 | 0 | 40 | 61 | 45 | 25 | 41 | 60 |
| Binary | 10100001 | 1101101 | 1010010 | 0 | 100000 | 110001 | 100101 | 10101 | 100001 | 110000 |
Color Harmonies of #A16D52
Complementary color
Monochromatic Colors of #A16D52
Black with #A16D52
Text Example
Text Example
White with #A16D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D52; }
p { color: rgb(161,109,82); }
H1.HeaderClassName
{
color: #A16D52;
}
.AnyTagClassName
{
color: #A16D52;
}
</style>
background-color css
<style>
a { background-color: #A16D52; }
a { background-color: rgb(161,109,82); }
div.DivClassName
{
background-color: #A16D52;
}
.BgClassName
{
background-color: #A16D52;
}
</style>
border-color css
<style>
span { border-color: #A16D52; }
span { border-color: rgb(161,109,82); }
td.TdClassName
{
border-color: #A16D52;
}
.TagClassName
{
border-color: #A16D52;
}
</style>