Shades of Sante Fe #A1654C
Tints of Sante Fe #A1654C
RGB
CMYK
RGB Variations
Color information
#A1654C (or 0xA1654C) is known color: Sante Fe. HEX triplet: A1, 65 and 4C. RGB value is (161,101,76). Sum of RGB (Red+Green+Blue) = 161+101+76=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A1654C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1654C is #5E9AB3. Grayscale: #747474. Windows color (decimal): -6199988 or 5006753. OLE color: 5006753.
HSL color Cylindrical-coordinate representation of color #A1654C: hue angle of 17.65º 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 #A1654C is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 101 | 76 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.37 |
| HSL | 17.65º | 0.36% | 0.46% | - |
| HSV(B) | 17.65º | 0.53% | 0.63% | - |
| XYZ | 20.66 | 17.41 | 9.11 | - |
| YUV | 116.09 | 105.38 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 76 | 0 | 0.37 | 0.53 | 0.37 | 17.65 | 0.36 | 0.46 |
| Hex | A1 | 65 | 4C | 0 | 25 | 35 | 25 | 12 | 24 | 2E |
| Octal | 241 | 145 | 114 | 0 | 45 | 65 | 45 | 22 | 44 | 56 |
| Binary | 10100001 | 1100101 | 1001100 | 0 | 100101 | 110101 | 100101 | 10010 | 100100 | 101110 |
Color Harmonies of #A1654C
Complementary color
Monochromatic Colors of #A1654C
Black with #A1654C
Text Example
Text Example
White with #A1654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1654C; }
p { color: rgb(161,101,76); }
H1.HeaderClassName
{
color: #A1654C;
}
.AnyTagClassName
{
color: #A1654C;
}
</style>
background-color css
<style>
a { background-color: #A1654C; }
a { background-color: rgb(161,101,76); }
div.DivClassName
{
background-color: #A1654C;
}
.BgClassName
{
background-color: #A1654C;
}
</style>
border-color css
<style>
span { border-color: #A1654C; }
span { border-color: rgb(161,101,76); }
td.TdClassName
{
border-color: #A1654C;
}
.TagClassName
{
border-color: #A1654C;
}
</style>