Shades of Sante Fe #A96748
Tints of Sante Fe #A96748
RGB
CMYK
RGB Variations
Color information
#A96748 (or 0xA96748) is known color: Sante Fe. HEX triplet: A9, 67 and 48. RGB value is (169,103,72). Sum of RGB (Red+Green+Blue) = 169+103+72=344 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.13% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 169 - color contains mainly: red. Hex color #A96748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96748 is #5698B7. Grayscale: #777777. Windows color (decimal): -5675192 or 4745129. OLE color: 4745129.
HSL color Cylindrical-coordinate representation of color #A96748: hue angle of 19.18º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A96748 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 103 | 72 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.34 |
| HSL | 19.18º | 0.4% | 0.47% | - |
| HSV(B) | 19.18º | 0.57% | 0.66% | - |
| XYZ | 22.38 | 18.6 | 8.54 | - |
| YUV | 119.2 | 101.37 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 103 | 72 | 0 | 0.39 | 0.57 | 0.34 | 19.18 | 0.4 | 0.47 |
| Hex | A9 | 67 | 48 | 0 | 27 | 39 | 22 | 13 | 28 | 2F |
| Octal | 251 | 147 | 110 | 0 | 47 | 71 | 42 | 23 | 50 | 57 |
| Binary | 10101001 | 1100111 | 1001000 | 0 | 100111 | 111001 | 100010 | 10011 | 101000 | 101111 |
Color Harmonies of #A96748
Complementary color
Monochromatic Colors of #A96748
Black with #A96748
Text Example
Text Example
White with #A96748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96748; }
p { color: rgb(169,103,72); }
H1.HeaderClassName
{
color: #A96748;
}
.AnyTagClassName
{
color: #A96748;
}
</style>
background-color css
<style>
a { background-color: #A96748; }
a { background-color: rgb(169,103,72); }
div.DivClassName
{
background-color: #A96748;
}
.BgClassName
{
background-color: #A96748;
}
</style>
border-color css
<style>
span { border-color: #A96748; }
span { border-color: rgb(169,103,72); }
td.TdClassName
{
border-color: #A96748;
}
.TagClassName
{
border-color: #A96748;
}
</style>