Shades of Sante Fe #A1614D
Tints of Sante Fe #A1614D
RGB
CMYK
RGB Variations
Color information
#A1614D (or 0xA1614D) is known color: Sante Fe. HEX triplet: A1, 61 and 4D. RGB value is (161,97,77). Sum of RGB (Red+Green+Blue) = 161+97+77=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A1614D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1614D is #5E9EB2. Grayscale: #727272. Windows color (decimal): -6201011 or 5071265. OLE color: 5071265.
HSL color Cylindrical-coordinate representation of color #A1614D: hue angle of 14.29º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1614D is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 97 | 77 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.37 |
| HSL | 14.29º | 0.35% | 0.47% | - |
| HSV(B) | 14.29º | 0.52% | 0.63% | - |
| XYZ | 20.31 | 16.66 | 9.17 | - |
| YUV | 113.86 | 107.2 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 77 | 0 | 0.40 | 0.52 | 0.37 | 14.29 | 0.35 | 0.47 |
| Hex | A1 | 61 | 4D | 0 | 28 | 34 | 25 | E | 23 | 2F |
| Octal | 241 | 141 | 115 | 0 | 50 | 64 | 45 | 16 | 43 | 57 |
| Binary | 10100001 | 1100001 | 1001101 | 0 | 101000 | 110100 | 100101 | 1110 | 100011 | 101111 |
Color Harmonies of #A1614D
Complementary color
Monochromatic Colors of #A1614D
Black with #A1614D
Text Example
Text Example
White with #A1614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1614D; }
p { color: rgb(161,97,77); }
H1.HeaderClassName
{
color: #A1614D;
}
.AnyTagClassName
{
color: #A1614D;
}
</style>
background-color css
<style>
a { background-color: #A1614D; }
a { background-color: rgb(161,97,77); }
div.DivClassName
{
background-color: #A1614D;
}
.BgClassName
{
background-color: #A1614D;
}
</style>
border-color css
<style>
span { border-color: #A1614D; }
span { border-color: rgb(161,97,77); }
td.TdClassName
{
border-color: #A1614D;
}
.TagClassName
{
border-color: #A1614D;
}
</style>