Shades of Sante Fe #A97051
Tints of Sante Fe #A97051
RGB
CMYK
RGB Variations
Color information
#A97051 (or 0xA97051) is known color: Sante Fe. HEX triplet: A9, 70 and 51. RGB value is (169,112,81). Sum of RGB (Red+Green+Blue) = 169+112+81=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 169 - color contains mainly: red. Hex color #A97051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97051 is #568FAE. Grayscale: #7D7D7D. Windows color (decimal): -5672879 or 5337257. OLE color: 5337257.
HSL color Cylindrical-coordinate representation of color #A97051: hue angle of 21.14º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A97051 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 112 | 81 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.34 |
| HSL | 21.14º | 0.35% | 0.49% | - |
| HSV(B) | 21.14º | 0.52% | 0.66% | - |
| XYZ | 23.64 | 20.62 | 10.52 | - |
| YUV | 125.51 | 102.88 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 112 | 81 | 0 | 0.34 | 0.52 | 0.34 | 21.14 | 0.35 | 0.49 |
| Hex | A9 | 70 | 51 | 0 | 22 | 34 | 22 | 15 | 23 | 31 |
| Octal | 251 | 160 | 121 | 0 | 42 | 64 | 42 | 25 | 43 | 61 |
| Binary | 10101001 | 1110000 | 1010001 | 0 | 100010 | 110100 | 100010 | 10101 | 100011 | 110001 |
Color Harmonies of #A97051
Complementary color
Monochromatic Colors of #A97051
Black with #A97051
Text Example
Text Example
White with #A97051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97051; }
p { color: rgb(169,112,81); }
H1.HeaderClassName
{
color: #A97051;
}
.AnyTagClassName
{
color: #A97051;
}
</style>
background-color css
<style>
a { background-color: #A97051; }
a { background-color: rgb(169,112,81); }
div.DivClassName
{
background-color: #A97051;
}
.BgClassName
{
background-color: #A97051;
}
</style>
border-color css
<style>
span { border-color: #A97051; }
span { border-color: rgb(169,112,81); }
td.TdClassName
{
border-color: #A97051;
}
.TagClassName
{
border-color: #A97051;
}
</style>