Shades of Sante Fe #A86353
Tints of Sante Fe #A86353
RGB
CMYK
RGB Variations
Color information
#A86353 (or 0xA86353) is known color: Sante Fe. HEX triplet: A8, 63 and 53. RGB value is (168,99,83). Sum of RGB (Red+Green+Blue) = 168+99+83=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A86353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86353 is #579CAC. Grayscale: #757575. Windows color (decimal): -5741741 or 5465000. OLE color: 5465000.
HSL color Cylindrical-coordinate representation of color #A86353: hue angle of 11.29º degrees, saturation: 0.34, 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 #A86353 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 99 | 83 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.34 |
| HSL | 11.29º | 0.34% | 0.49% | - |
| HSV(B) | 11.29º | 0.51% | 0.66% | - |
| XYZ | 22.17 | 17.87 | 10.46 | - |
| YUV | 117.81 | 108.36 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 83 | 0 | 0.41 | 0.51 | 0.34 | 11.29 | 0.34 | 0.49 |
| Hex | A8 | 63 | 53 | 0 | 29 | 33 | 22 | B | 22 | 31 |
| Octal | 250 | 143 | 123 | 0 | 51 | 63 | 42 | 13 | 42 | 61 |
| Binary | 10101000 | 1100011 | 1010011 | 0 | 101001 | 110011 | 100010 | 1011 | 100010 | 110001 |
Color Harmonies of #A86353
Complementary color
Monochromatic Colors of #A86353
Black with #A86353
Text Example
Text Example
White with #A86353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86353; }
p { color: rgb(168,99,83); }
H1.HeaderClassName
{
color: #A86353;
}
.AnyTagClassName
{
color: #A86353;
}
</style>
background-color css
<style>
a { background-color: #A86353; }
a { background-color: rgb(168,99,83); }
div.DivClassName
{
background-color: #A86353;
}
.BgClassName
{
background-color: #A86353;
}
</style>
border-color css
<style>
span { border-color: #A86353; }
span { border-color: rgb(168,99,83); }
td.TdClassName
{
border-color: #A86353;
}
.TagClassName
{
border-color: #A86353;
}
</style>