Shades of Sante Fe #A16A4D
Tints of Sante Fe #A16A4D
RGB
CMYK
RGB Variations
Color information
#A16A4D (or 0xA16A4D) is known color: Sante Fe. HEX triplet: A1, 6A and 4D. RGB value is (161,106,77). Sum of RGB (Red+Green+Blue) = 161+106+77=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16A4D is #5E95B2. Grayscale: #777777. Windows color (decimal): -6198707 or 5073569. OLE color: 5073569.
HSL color Cylindrical-coordinate representation of color #A16A4D: hue angle of 20.71º 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 #A16A4D is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 106 | 77 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.37 |
| HSL | 20.71º | 0.35% | 0.47% | - |
| HSV(B) | 20.71º | 0.52% | 0.63% | - |
| XYZ | 21.19 | 18.42 | 9.46 | - |
| YUV | 119.14 | 104.22 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 77 | 0 | 0.34 | 0.52 | 0.37 | 20.71 | 0.35 | 0.47 |
| Hex | A1 | 6A | 4D | 0 | 22 | 34 | 25 | 15 | 23 | 2F |
| Octal | 241 | 152 | 115 | 0 | 42 | 64 | 45 | 25 | 43 | 57 |
| Binary | 10100001 | 1101010 | 1001101 | 0 | 100010 | 110100 | 100101 | 10101 | 100011 | 101111 |
Color Harmonies of #A16A4D
Complementary color
Monochromatic Colors of #A16A4D
Black with #A16A4D
Text Example
Text Example
White with #A16A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16A4D; }
p { color: rgb(161,106,77); }
H1.HeaderClassName
{
color: #A16A4D;
}
.AnyTagClassName
{
color: #A16A4D;
}
</style>
background-color css
<style>
a { background-color: #A16A4D; }
a { background-color: rgb(161,106,77); }
div.DivClassName
{
background-color: #A16A4D;
}
.BgClassName
{
background-color: #A16A4D;
}
</style>
border-color css
<style>
span { border-color: #A16A4D; }
span { border-color: rgb(161,106,77); }
td.TdClassName
{
border-color: #A16A4D;
}
.TagClassName
{
border-color: #A16A4D;
}
</style>