Shades of Sante Fe #A86550
Tints of Sante Fe #A86550
RGB
CMYK
RGB Variations
Color information
#A86550 (or 0xA86550) is known color: Sante Fe. HEX triplet: A8, 65 and 50. RGB value is (168,101,80). Sum of RGB (Red+Green+Blue) = 168+101+80=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A86550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86550 is #579AAF. Grayscale: #767676. Windows color (decimal): -5741232 or 5268904. OLE color: 5268904.
HSL color Cylindrical-coordinate representation of color #A86550: hue angle of 14.32º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A86550 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 80 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.34 |
| HSL | 14.32º | 0.35% | 0.49% | - |
| HSV(B) | 14.32º | 0.52% | 0.66% | - |
| XYZ | 22.25 | 18.21 | 9.93 | - |
| YUV | 118.64 | 106.2 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 80 | 0 | 0.40 | 0.52 | 0.34 | 14.32 | 0.35 | 0.49 |
| Hex | A8 | 65 | 50 | 0 | 28 | 34 | 22 | E | 23 | 31 |
| Octal | 250 | 145 | 120 | 0 | 50 | 64 | 42 | 16 | 43 | 61 |
| Binary | 10101000 | 1100101 | 1010000 | 0 | 101000 | 110100 | 100010 | 1110 | 100011 | 110001 |
Color Harmonies of #A86550
Complementary color
Monochromatic Colors of #A86550
Black with #A86550
Text Example
Text Example
White with #A86550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86550; }
p { color: rgb(168,101,80); }
H1.HeaderClassName
{
color: #A86550;
}
.AnyTagClassName
{
color: #A86550;
}
</style>
background-color css
<style>
a { background-color: #A86550; }
a { background-color: rgb(168,101,80); }
div.DivClassName
{
background-color: #A86550;
}
.BgClassName
{
background-color: #A86550;
}
</style>
border-color css
<style>
span { border-color: #A86550; }
span { border-color: rgb(168,101,80); }
td.TdClassName
{
border-color: #A86550;
}
.TagClassName
{
border-color: #A86550;
}
</style>