Shades of Sante Fe #A16751
Tints of Sante Fe #A16751
RGB
CMYK
RGB Variations
Color information
#A16751 (or 0xA16751) is known color: Sante Fe. HEX triplet: A1, 67 and 51. RGB value is (161,103,81). Sum of RGB (Red+Green+Blue) = 161+103+81=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A16751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16751 is #5E98AE. Grayscale: #757575. Windows color (decimal): -6199471 or 5334945. OLE color: 5334945.
HSL color Cylindrical-coordinate representation of color #A16751: hue angle of 16.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A16751 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 103 | 81 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.37 |
| HSL | 16.5º | 0.33% | 0.47% | - |
| HSV(B) | 16.5º | 0.5% | 0.63% | - |
| XYZ | 21.03 | 17.87 | 10.13 | - |
| YUV | 117.83 | 107.22 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 103 | 81 | 0 | 0.36 | 0.50 | 0.37 | 16.5 | 0.33 | 0.47 |
| Hex | A1 | 67 | 51 | 0 | 24 | 32 | 25 | 10 | 21 | 2F |
| Octal | 241 | 147 | 121 | 0 | 44 | 62 | 45 | 20 | 41 | 57 |
| Binary | 10100001 | 1100111 | 1010001 | 0 | 100100 | 110010 | 100101 | 10000 | 100001 | 101111 |
Color Harmonies of #A16751
Complementary color
Monochromatic Colors of #A16751
Black with #A16751
Text Example
Text Example
White with #A16751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16751; }
p { color: rgb(161,103,81); }
H1.HeaderClassName
{
color: #A16751;
}
.AnyTagClassName
{
color: #A16751;
}
</style>
background-color css
<style>
a { background-color: #A16751; }
a { background-color: rgb(161,103,81); }
div.DivClassName
{
background-color: #A16751;
}
.BgClassName
{
background-color: #A16751;
}
</style>
border-color css
<style>
span { border-color: #A16751; }
span { border-color: rgb(161,103,81); }
td.TdClassName
{
border-color: #A16751;
}
.TagClassName
{
border-color: #A16751;
}
</style>