Shades of Sante Fe #A86553
Tints of Sante Fe #A86553
RGB
CMYK
RGB Variations
Color information
#A86553 (or 0xA86553) is known color: Sante Fe. HEX triplet: A8, 65 and 53. RGB value is (168,101,83). Sum of RGB (Red+Green+Blue) = 168+101+83=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A86553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86553 is #579AAC. Grayscale: #777777. Windows color (decimal): -5741229 or 5465512. OLE color: 5465512.
HSL color Cylindrical-coordinate representation of color #A86553: hue angle of 12.71º 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 #A86553 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 83 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.34 |
| HSL | 12.71º | 0.34% | 0.49% | - |
| HSV(B) | 12.71º | 0.51% | 0.66% | - |
| XYZ | 22.36 | 18.26 | 10.53 | - |
| YUV | 118.98 | 107.7 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 83 | 0 | 0.40 | 0.51 | 0.34 | 12.71 | 0.34 | 0.49 |
| Hex | A8 | 65 | 53 | 0 | 28 | 33 | 22 | D | 22 | 31 |
| Octal | 250 | 145 | 123 | 0 | 50 | 63 | 42 | 15 | 42 | 61 |
| Binary | 10101000 | 1100101 | 1010011 | 0 | 101000 | 110011 | 100010 | 1101 | 100010 | 110001 |
Color Harmonies of #A86553
Complementary color
Monochromatic Colors of #A86553
Black with #A86553
Text Example
Text Example
White with #A86553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86553; }
p { color: rgb(168,101,83); }
H1.HeaderClassName
{
color: #A86553;
}
.AnyTagClassName
{
color: #A86553;
}
</style>
background-color css
<style>
a { background-color: #A86553; }
a { background-color: rgb(168,101,83); }
div.DivClassName
{
background-color: #A86553;
}
.BgClassName
{
background-color: #A86553;
}
</style>
border-color css
<style>
span { border-color: #A86553; }
span { border-color: rgb(168,101,83); }
td.TdClassName
{
border-color: #A86553;
}
.TagClassName
{
border-color: #A86553;
}
</style>