Shades of Sante Fe #A97651
Tints of Sante Fe #A97651
RGB
CMYK
RGB Variations
Color information
#A97651 (or 0xA97651) is known color: Sante Fe. HEX triplet: A9, 76 and 51. RGB value is (169,118,81). Sum of RGB (Red+Green+Blue) = 169+118+81=368 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.92% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 169 - color contains mainly: red. Hex color #A97651 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97651 is #5689AE. Grayscale: #818181. Windows color (decimal): -5671343 or 5338793. OLE color: 5338793.
HSL color Cylindrical-coordinate representation of color #A97651: hue angle of 25.23º 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 #A97651 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 118 | 81 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.34 |
| HSL | 25.23º | 0.35% | 0.49% | - |
| HSV(B) | 25.23º | 0.52% | 0.66% | - |
| XYZ | 24.33 | 21.99 | 10.75 | - |
| YUV | 129.03 | 100.9 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 118 | 81 | 0 | 0.30 | 0.52 | 0.34 | 25.23 | 0.35 | 0.49 |
| Hex | A9 | 76 | 51 | 0 | 1E | 34 | 22 | 19 | 23 | 31 |
| Octal | 251 | 166 | 121 | 0 | 36 | 64 | 42 | 31 | 43 | 61 |
| Binary | 10101001 | 1110110 | 1010001 | 0 | 11110 | 110100 | 100010 | 11001 | 100011 | 110001 |
Color Harmonies of #A97651
Complementary color
Monochromatic Colors of #A97651
Black with #A97651
Text Example
Text Example
White with #A97651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97651; }
p { color: rgb(169,118,81); }
H1.HeaderClassName
{
color: #A97651;
}
.AnyTagClassName
{
color: #A97651;
}
</style>
background-color css
<style>
a { background-color: #A97651; }
a { background-color: rgb(169,118,81); }
div.DivClassName
{
background-color: #A97651;
}
.BgClassName
{
background-color: #A97651;
}
</style>
border-color css
<style>
span { border-color: #A97651; }
span { border-color: rgb(169,118,81); }
td.TdClassName
{
border-color: #A97651;
}
.TagClassName
{
border-color: #A97651;
}
</style>