Shades of Sante Fe #A1634F
Tints of Sante Fe #A1634F
RGB
CMYK
RGB Variations
Color information
#A1634F (or 0xA1634F) is known color: Sante Fe. HEX triplet: A1, 63 and 4F. RGB value is (161,99,79). Sum of RGB (Red+Green+Blue) = 161+99+79=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A1634F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1634F is #5E9CB0. Grayscale: #737373. Windows color (decimal): -6200497 or 5202849. OLE color: 5202849.
HSL color Cylindrical-coordinate representation of color #A1634F: hue angle of 14.63º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1634F is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 99 | 79 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.37 |
| HSL | 14.63º | 0.34% | 0.47% | - |
| HSV(B) | 14.63º | 0.51% | 0.63% | - |
| XYZ | 20.57 | 17.07 | 9.61 | - |
| YUV | 115.26 | 107.54 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 79 | 0 | 0.39 | 0.51 | 0.37 | 14.63 | 0.34 | 0.47 |
| Hex | A1 | 63 | 4F | 0 | 27 | 33 | 25 | F | 22 | 2F |
| Octal | 241 | 143 | 117 | 0 | 47 | 63 | 45 | 17 | 42 | 57 |
| Binary | 10100001 | 1100011 | 1001111 | 0 | 100111 | 110011 | 100101 | 1111 | 100010 | 101111 |
Color Harmonies of #A1634F
Complementary color
Monochromatic Colors of #A1634F
Black with #A1634F
Text Example
Text Example
White with #A1634F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1634F; }
p { color: rgb(161,99,79); }
H1.HeaderClassName
{
color: #A1634F;
}
.AnyTagClassName
{
color: #A1634F;
}
</style>
background-color css
<style>
a { background-color: #A1634F; }
a { background-color: rgb(161,99,79); }
div.DivClassName
{
background-color: #A1634F;
}
.BgClassName
{
background-color: #A1634F;
}
</style>
border-color css
<style>
span { border-color: #A1634F; }
span { border-color: rgb(161,99,79); }
td.TdClassName
{
border-color: #A1634F;
}
.TagClassName
{
border-color: #A1634F;
}
</style>