Shades of Sante Fe #A1644C
Tints of Sante Fe #A1644C
RGB
CMYK
RGB Variations
Color information
#A1644C (or 0xA1644C) is known color: Sante Fe. HEX triplet: A1, 64 and 4C. RGB value is (161,100,76). Sum of RGB (Red+Green+Blue) = 161+100+76=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A1644C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1644C is #5E9BB3. Grayscale: #737373. Windows color (decimal): -6200244 or 5006497. OLE color: 5006497.
HSL color Cylindrical-coordinate representation of color #A1644C: hue angle of 16.94º 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 #A1644C is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 100 | 76 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.37 |
| HSL | 16.94º | 0.36% | 0.46% | - |
| HSV(B) | 16.94º | 0.53% | 0.63% | - |
| XYZ | 20.56 | 17.21 | 9.08 | - |
| YUV | 115.5 | 105.71 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 76 | 0 | 0.38 | 0.53 | 0.37 | 16.94 | 0.36 | 0.46 |
| Hex | A1 | 64 | 4C | 0 | 26 | 35 | 25 | 11 | 24 | 2E |
| Octal | 241 | 144 | 114 | 0 | 46 | 65 | 45 | 21 | 44 | 56 |
| Binary | 10100001 | 1100100 | 1001100 | 0 | 100110 | 110101 | 100101 | 10001 | 100100 | 101110 |
Color Harmonies of #A1644C
Complementary color
Monochromatic Colors of #A1644C
Black with #A1644C
Text Example
Text Example
White with #A1644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1644C; }
p { color: rgb(161,100,76); }
H1.HeaderClassName
{
color: #A1644C;
}
.AnyTagClassName
{
color: #A1644C;
}
</style>
background-color css
<style>
a { background-color: #A1644C; }
a { background-color: rgb(161,100,76); }
div.DivClassName
{
background-color: #A1644C;
}
.BgClassName
{
background-color: #A1644C;
}
</style>
border-color css
<style>
span { border-color: #A1644C; }
span { border-color: rgb(161,100,76); }
td.TdClassName
{
border-color: #A1644C;
}
.TagClassName
{
border-color: #A1644C;
}
</style>