Shades of Sante Fe #A16E55
Tints of Sante Fe #A16E55
RGB
CMYK
RGB Variations
Color information
#A16E55 (or 0xA16E55) is known color: Sante Fe. HEX triplet: A1, 6E and 55. RGB value is (161,110,85). Sum of RGB (Red+Green+Blue) = 161+110+85=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16E55 is #5E91AA. Grayscale: #7A7A7A. Windows color (decimal): -6197675 or 5598881. OLE color: 5598881.
HSL color Cylindrical-coordinate representation of color #A16E55: hue angle of 19.74º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A16E55 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 110 | 85 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.37 |
| HSL | 19.74º | 0.31% | 0.48% | - |
| HSV(B) | 19.74º | 0.47% | 0.63% | - |
| XYZ | 21.91 | 19.38 | 11.18 | - |
| YUV | 122.4 | 106.9 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 85 | 0 | 0.32 | 0.47 | 0.37 | 19.74 | 0.31 | 0.48 |
| Hex | A1 | 6E | 55 | 0 | 20 | 2F | 25 | 14 | 1F | 30 |
| Octal | 241 | 156 | 125 | 0 | 40 | 57 | 45 | 24 | 37 | 60 |
| Binary | 10100001 | 1101110 | 1010101 | 0 | 100000 | 101111 | 100101 | 10100 | 11111 | 110000 |
Color Harmonies of #A16E55
Complementary color
Monochromatic Colors of #A16E55
Black with #A16E55
Text Example
Text Example
White with #A16E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16E55; }
p { color: rgb(161,110,85); }
H1.HeaderClassName
{
color: #A16E55;
}
.AnyTagClassName
{
color: #A16E55;
}
</style>
background-color css
<style>
a { background-color: #A16E55; }
a { background-color: rgb(161,110,85); }
div.DivClassName
{
background-color: #A16E55;
}
.BgClassName
{
background-color: #A16E55;
}
</style>
border-color css
<style>
span { border-color: #A16E55; }
span { border-color: rgb(161,110,85); }
td.TdClassName
{
border-color: #A16E55;
}
.TagClassName
{
border-color: #A16E55;
}
</style>