Shades of Sante Fe #A1674A
Tints of Sante Fe #A1674A
RGB
CMYK
RGB Variations
Color information
#A1674A (or 0xA1674A) is known color: Sante Fe. HEX triplet: A1, 67 and 4A. RGB value is (161,103,74). Sum of RGB (Red+Green+Blue) = 161+103+74=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A1674A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1674A is #5E98B5. Grayscale: #757575. Windows color (decimal): -6199478 or 4876193. OLE color: 4876193.
HSL color Cylindrical-coordinate representation of color #A1674A: hue angle of 20º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1674A is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 103 | 74 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.37 |
| HSL | 20º | 0.37% | 0.46% | - |
| HSV(B) | 20º | 0.54% | 0.63% | - |
| XYZ | 20.78 | 17.77 | 8.81 | - |
| YUV | 117.04 | 103.72 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 103 | 74 | 0 | 0.36 | 0.54 | 0.37 | 20 | 0.37 | 0.46 |
| Hex | A1 | 67 | 4A | 0 | 24 | 36 | 25 | 14 | 25 | 2E |
| Octal | 241 | 147 | 112 | 0 | 44 | 66 | 45 | 24 | 45 | 56 |
| Binary | 10100001 | 1100111 | 1001010 | 0 | 100100 | 110110 | 100101 | 10100 | 100101 | 101110 |
Color Harmonies of #A1674A
Complementary color
Monochromatic Colors of #A1674A
Black with #A1674A
Text Example
Text Example
White with #A1674A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1674A; }
p { color: rgb(161,103,74); }
H1.HeaderClassName
{
color: #A1674A;
}
.AnyTagClassName
{
color: #A1674A;
}
</style>
background-color css
<style>
a { background-color: #A1674A; }
a { background-color: rgb(161,103,74); }
div.DivClassName
{
background-color: #A1674A;
}
.BgClassName
{
background-color: #A1674A;
}
</style>
border-color css
<style>
span { border-color: #A1674A; }
span { border-color: rgb(161,103,74); }
td.TdClassName
{
border-color: #A1674A;
}
.TagClassName
{
border-color: #A1674A;
}
</style>