Shades of Sante Fe #A1614C
Tints of Sante Fe #A1614C
RGB
CMYK
RGB Variations
Color information
#A1614C (or 0xA1614C) is known color: Sante Fe. HEX triplet: A1, 61 and 4C. RGB value is (161,97,76). Sum of RGB (Red+Green+Blue) = 161+97+76=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A1614C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1614C is #5E9EB3. Grayscale: #717171. Windows color (decimal): -6201012 or 5005729. OLE color: 5005729.
HSL color Cylindrical-coordinate representation of color #A1614C: hue angle of 14.82º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1614C is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 97 | 76 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.37 |
| HSL | 14.82º | 0.36% | 0.46% | - |
| HSV(B) | 14.82º | 0.53% | 0.63% | - |
| XYZ | 20.28 | 16.65 | 8.98 | - |
| YUV | 113.74 | 106.7 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 76 | 0 | 0.40 | 0.53 | 0.37 | 14.82 | 0.36 | 0.46 |
| Hex | A1 | 61 | 4C | 0 | 28 | 35 | 25 | F | 24 | 2E |
| Octal | 241 | 141 | 114 | 0 | 50 | 65 | 45 | 17 | 44 | 56 |
| Binary | 10100001 | 1100001 | 1001100 | 0 | 101000 | 110101 | 100101 | 1111 | 100100 | 101110 |
Color Harmonies of #A1614C
Complementary color
Monochromatic Colors of #A1614C
Black with #A1614C
Text Example
Text Example
White with #A1614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1614C; }
p { color: rgb(161,97,76); }
H1.HeaderClassName
{
color: #A1614C;
}
.AnyTagClassName
{
color: #A1614C;
}
</style>
background-color css
<style>
a { background-color: #A1614C; }
a { background-color: rgb(161,97,76); }
div.DivClassName
{
background-color: #A1614C;
}
.BgClassName
{
background-color: #A1614C;
}
</style>
border-color css
<style>
span { border-color: #A1614C; }
span { border-color: rgb(161,97,76); }
td.TdClassName
{
border-color: #A1614C;
}
.TagClassName
{
border-color: #A1614C;
}
</style>