Shades of Sante Fe #A1644F
Tints of Sante Fe #A1644F
RGB
CMYK
RGB Variations
Color information
#A1644F (or 0xA1644F) is known color: Sante Fe. HEX triplet: A1, 64 and 4F. RGB value is (161,100,79). Sum of RGB (Red+Green+Blue) = 161+100+79=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A1644F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1644F is #5E9BB0. Grayscale: #737373. Windows color (decimal): -6200241 or 5203105. OLE color: 5203105.
HSL color Cylindrical-coordinate representation of color #A1644F: hue angle of 15.37º 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 #A1644F is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 100 | 79 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.37 |
| HSL | 15.37º | 0.34% | 0.47% | - |
| HSV(B) | 15.37º | 0.51% | 0.63% | - |
| XYZ | 20.67 | 17.26 | 9.64 | - |
| YUV | 115.85 | 107.21 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 79 | 0 | 0.38 | 0.51 | 0.37 | 15.37 | 0.34 | 0.47 |
| Hex | A1 | 64 | 4F | 0 | 26 | 33 | 25 | F | 22 | 2F |
| Octal | 241 | 144 | 117 | 0 | 46 | 63 | 45 | 17 | 42 | 57 |
| Binary | 10100001 | 1100100 | 1001111 | 0 | 100110 | 110011 | 100101 | 1111 | 100010 | 101111 |
Color Harmonies of #A1644F
Complementary color
Monochromatic Colors of #A1644F
Black with #A1644F
Text Example
Text Example
White with #A1644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1644F; }
p { color: rgb(161,100,79); }
H1.HeaderClassName
{
color: #A1644F;
}
.AnyTagClassName
{
color: #A1644F;
}
</style>
background-color css
<style>
a { background-color: #A1644F; }
a { background-color: rgb(161,100,79); }
div.DivClassName
{
background-color: #A1644F;
}
.BgClassName
{
background-color: #A1644F;
}
</style>
border-color css
<style>
span { border-color: #A1644F; }
span { border-color: rgb(161,100,79); }
td.TdClassName
{
border-color: #A1644F;
}
.TagClassName
{
border-color: #A1644F;
}
</style>