Shades of Sante Fe #A16F51
Tints of Sante Fe #A16F51
RGB
CMYK
RGB Variations
Color information
#A16F51 (or 0xA16F51) is known color: Sante Fe. HEX triplet: A1, 6F and 51. RGB value is (161,111,81). Sum of RGB (Red+Green+Blue) = 161+111+81=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16F51 is #5E90AE. Grayscale: #7A7A7A. Windows color (decimal): -6197423 or 5336993. OLE color: 5336993.
HSL color Cylindrical-coordinate representation of color #A16F51: hue angle of 22.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 #A16F51 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 81 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.37 |
| HSL | 22.5º | 0.33% | 0.47% | - |
| HSV(B) | 22.5º | 0.5% | 0.63% | - |
| XYZ | 21.87 | 19.54 | 10.4 | - |
| YUV | 122.53 | 104.57 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 81 | 0 | 0.31 | 0.50 | 0.37 | 22.5 | 0.33 | 0.47 |
| Hex | A1 | 6F | 51 | 0 | 1F | 32 | 25 | 16 | 21 | 2F |
| Octal | 241 | 157 | 121 | 0 | 37 | 62 | 45 | 26 | 41 | 57 |
| Binary | 10100001 | 1101111 | 1010001 | 0 | 11111 | 110010 | 100101 | 10110 | 100001 | 101111 |
Color Harmonies of #A16F51
Complementary color
Monochromatic Colors of #A16F51
Black with #A16F51
Text Example
Text Example
White with #A16F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F51; }
p { color: rgb(161,111,81); }
H1.HeaderClassName
{
color: #A16F51;
}
.AnyTagClassName
{
color: #A16F51;
}
</style>
background-color css
<style>
a { background-color: #A16F51; }
a { background-color: rgb(161,111,81); }
div.DivClassName
{
background-color: #A16F51;
}
.BgClassName
{
background-color: #A16F51;
}
</style>
border-color css
<style>
span { border-color: #A16F51; }
span { border-color: rgb(161,111,81); }
td.TdClassName
{
border-color: #A16F51;
}
.TagClassName
{
border-color: #A16F51;
}
</style>