Shades of Sante Fe #A1684A
Tints of Sante Fe #A1684A
RGB
CMYK
RGB Variations
Color information
#A1684A (or 0xA1684A) is known color: Sante Fe. HEX triplet: A1, 68 and 4A. RGB value is (161,104,74). Sum of RGB (Red+Green+Blue) = 161+104+74=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A1684A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1684A is #5E97B5. Grayscale: #757575. Windows color (decimal): -6199222 or 4876449. OLE color: 4876449.
HSL color Cylindrical-coordinate representation of color #A1684A: hue angle of 20.69º 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 #A1684A is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 104 | 74 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.37 |
| HSL | 20.69º | 0.37% | 0.46% | - |
| HSV(B) | 20.69º | 0.54% | 0.63% | - |
| XYZ | 20.88 | 17.97 | 8.85 | - |
| YUV | 117.62 | 103.38 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 74 | 0 | 0.35 | 0.54 | 0.37 | 20.69 | 0.37 | 0.46 |
| Hex | A1 | 68 | 4A | 0 | 23 | 36 | 25 | 15 | 25 | 2E |
| Octal | 241 | 150 | 112 | 0 | 43 | 66 | 45 | 25 | 45 | 56 |
| Binary | 10100001 | 1101000 | 1001010 | 0 | 100011 | 110110 | 100101 | 10101 | 100101 | 101110 |
Color Harmonies of #A1684A
Complementary color
Monochromatic Colors of #A1684A
Black with #A1684A
Text Example
Text Example
White with #A1684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1684A; }
p { color: rgb(161,104,74); }
H1.HeaderClassName
{
color: #A1684A;
}
.AnyTagClassName
{
color: #A1684A;
}
</style>
background-color css
<style>
a { background-color: #A1684A; }
a { background-color: rgb(161,104,74); }
div.DivClassName
{
background-color: #A1684A;
}
.BgClassName
{
background-color: #A1684A;
}
</style>
border-color css
<style>
span { border-color: #A1684A; }
span { border-color: rgb(161,104,74); }
td.TdClassName
{
border-color: #A1684A;
}
.TagClassName
{
border-color: #A1684A;
}
</style>