Shades of Sante Fe #A96450
Tints of Sante Fe #A96450
RGB
CMYK
RGB Variations
Color information
#A96450 (or 0xA96450) is known color: Sante Fe. HEX triplet: A9, 64 and 50. RGB value is (169,100,80). Sum of RGB (Red+Green+Blue) = 169+100+80=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A96450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96450 is #569BAF. Grayscale: #767676. Windows color (decimal): -5675952 or 5268649. OLE color: 5268649.
HSL color Cylindrical-coordinate representation of color #A96450: hue angle of 13.48º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A96450 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 100 | 80 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.34 |
| HSL | 13.48º | 0.36% | 0.49% | - |
| HSV(B) | 13.48º | 0.53% | 0.66% | - |
| XYZ | 22.37 | 18.13 | 9.91 | - |
| YUV | 118.35 | 106.36 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 100 | 80 | 0 | 0.41 | 0.53 | 0.34 | 13.48 | 0.36 | 0.49 |
| Hex | A9 | 64 | 50 | 0 | 29 | 35 | 22 | D | 24 | 31 |
| Octal | 251 | 144 | 120 | 0 | 51 | 65 | 42 | 15 | 44 | 61 |
| Binary | 10101001 | 1100100 | 1010000 | 0 | 101001 | 110101 | 100010 | 1101 | 100100 | 110001 |
Color Harmonies of #A96450
Complementary color
Monochromatic Colors of #A96450
Black with #A96450
Text Example
Text Example
White with #A96450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96450; }
p { color: rgb(169,100,80); }
H1.HeaderClassName
{
color: #A96450;
}
.AnyTagClassName
{
color: #A96450;
}
</style>
background-color css
<style>
a { background-color: #A96450; }
a { background-color: rgb(169,100,80); }
div.DivClassName
{
background-color: #A96450;
}
.BgClassName
{
background-color: #A96450;
}
</style>
border-color css
<style>
span { border-color: #A96450; }
span { border-color: rgb(169,100,80); }
td.TdClassName
{
border-color: #A96450;
}
.TagClassName
{
border-color: #A96450;
}
</style>