Shades of Sante Fe #A96551
Tints of Sante Fe #A96551
RGB
CMYK
RGB Variations
Color information
#A96551 (or 0xA96551) is known color: Sante Fe. HEX triplet: A9, 65 and 51. RGB value is (169,101,81). Sum of RGB (Red+Green+Blue) = 169+101+81=351 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.15% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 169 - color contains mainly: red. Hex color #A96551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96551 is #569AAE. Grayscale: #777777. Windows color (decimal): -5675695 or 5334441. OLE color: 5334441.
HSL color Cylindrical-coordinate representation of color #A96551: hue angle of 13.64º 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 #A96551 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 101 | 81 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.34 |
| HSL | 13.64º | 0.35% | 0.49% | - |
| HSV(B) | 13.64º | 0.52% | 0.66% | - |
| XYZ | 22.5 | 18.34 | 10.14 | - |
| YUV | 119.05 | 106.53 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 101 | 81 | 0 | 0.40 | 0.52 | 0.34 | 13.64 | 0.35 | 0.49 |
| Hex | A9 | 65 | 51 | 0 | 28 | 34 | 22 | E | 23 | 31 |
| Octal | 251 | 145 | 121 | 0 | 50 | 64 | 42 | 16 | 43 | 61 |
| Binary | 10101001 | 1100101 | 1010001 | 0 | 101000 | 110100 | 100010 | 1110 | 100011 | 110001 |
Color Harmonies of #A96551
Complementary color
Monochromatic Colors of #A96551
Black with #A96551
Text Example
Text Example
White with #A96551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96551; }
p { color: rgb(169,101,81); }
H1.HeaderClassName
{
color: #A96551;
}
.AnyTagClassName
{
color: #A96551;
}
</style>
background-color css
<style>
a { background-color: #A96551; }
a { background-color: rgb(169,101,81); }
div.DivClassName
{
background-color: #A96551;
}
.BgClassName
{
background-color: #A96551;
}
</style>
border-color css
<style>
span { border-color: #A96551; }
span { border-color: rgb(169,101,81); }
td.TdClassName
{
border-color: #A96551;
}
.TagClassName
{
border-color: #A96551;
}
</style>