Shades of Sante Fe #A1694D
Tints of Sante Fe #A1694D
RGB
CMYK
RGB Variations
Color information
#A1694D (or 0xA1694D) is known color: Sante Fe. HEX triplet: A1, 69 and 4D. RGB value is (161,105,77). Sum of RGB (Red+Green+Blue) = 161+105+77=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A1694D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1694D is #5E96B2. Grayscale: #767676. Windows color (decimal): -6198963 or 5073313. OLE color: 5073313.
HSL color Cylindrical-coordinate representation of color #A1694D: hue angle of 20º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1694D is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 105 | 77 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.37 |
| HSL | 20º | 0.35% | 0.47% | - |
| HSV(B) | 20º | 0.52% | 0.63% | - |
| XYZ | 21.09 | 18.22 | 9.43 | - |
| YUV | 118.55 | 104.55 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 77 | 0 | 0.35 | 0.52 | 0.37 | 20 | 0.35 | 0.47 |
| Hex | A1 | 69 | 4D | 0 | 23 | 34 | 25 | 14 | 23 | 2F |
| Octal | 241 | 151 | 115 | 0 | 43 | 64 | 45 | 24 | 43 | 57 |
| Binary | 10100001 | 1101001 | 1001101 | 0 | 100011 | 110100 | 100101 | 10100 | 100011 | 101111 |
Color Harmonies of #A1694D
Complementary color
Monochromatic Colors of #A1694D
Black with #A1694D
Text Example
Text Example
White with #A1694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1694D; }
p { color: rgb(161,105,77); }
H1.HeaderClassName
{
color: #A1694D;
}
.AnyTagClassName
{
color: #A1694D;
}
</style>
background-color css
<style>
a { background-color: #A1694D; }
a { background-color: rgb(161,105,77); }
div.DivClassName
{
background-color: #A1694D;
}
.BgClassName
{
background-color: #A1694D;
}
</style>
border-color css
<style>
span { border-color: #A1694D; }
span { border-color: rgb(161,105,77); }
td.TdClassName
{
border-color: #A1694D;
}
.TagClassName
{
border-color: #A1694D;
}
</style>