Shades of Sante Fe #A96652
Tints of Sante Fe #A96652
RGB
CMYK
RGB Variations
Color information
#A96652 (or 0xA96652) is known color: Sante Fe. HEX triplet: A9, 66 and 52. RGB value is (169,102,82). Sum of RGB (Red+Green+Blue) = 169+102+82=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 169 - color contains mainly: red. Hex color #A96652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96652 is #5699AD. Grayscale: #777777. Windows color (decimal): -5675438 or 5400233. OLE color: 5400233.
HSL color Cylindrical-coordinate representation of color #A96652: hue angle of 13.79º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A96652 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 102 | 82 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.34 |
| HSL | 13.79º | 0.35% | 0.49% | - |
| HSV(B) | 13.79º | 0.51% | 0.66% | - |
| XYZ | 22.64 | 18.55 | 10.37 | - |
| YUV | 119.75 | 106.7 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 102 | 82 | 0 | 0.40 | 0.51 | 0.34 | 13.79 | 0.35 | 0.49 |
| Hex | A9 | 66 | 52 | 0 | 28 | 33 | 22 | E | 23 | 31 |
| Octal | 251 | 146 | 122 | 0 | 50 | 63 | 42 | 16 | 43 | 61 |
| Binary | 10101001 | 1100110 | 1010010 | 0 | 101000 | 110011 | 100010 | 1110 | 100011 | 110001 |
Color Harmonies of #A96652
Complementary color
Monochromatic Colors of #A96652
Black with #A96652
Text Example
Text Example
White with #A96652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96652; }
p { color: rgb(169,102,82); }
H1.HeaderClassName
{
color: #A96652;
}
.AnyTagClassName
{
color: #A96652;
}
</style>
background-color css
<style>
a { background-color: #A96652; }
a { background-color: rgb(169,102,82); }
div.DivClassName
{
background-color: #A96652;
}
.BgClassName
{
background-color: #A96652;
}
</style>
border-color css
<style>
span { border-color: #A96652; }
span { border-color: rgb(169,102,82); }
td.TdClassName
{
border-color: #A96652;
}
.TagClassName
{
border-color: #A96652;
}
</style>