Shades of Sante Fe #AB6855
Tints of Sante Fe #AB6855
RGB
CMYK
RGB Variations
Color information
#AB6855 (or 0xAB6855) is known color: Sante Fe. HEX triplet: AB, 68 and 55. RGB value is (171,104,85). Sum of RGB (Red+Green+Blue) = 171+104+85=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6855 is #5497AA. Grayscale: #7A7A7A. Windows color (decimal): -5543851 or 5597355. OLE color: 5597355.
HSL color Cylindrical-coordinate representation of color #AB6855: hue angle of 13.26º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB6855 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 85 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.33 |
| HSL | 13.26º | 0.34% | 0.5% | - |
| HSV(B) | 13.26º | 0.5% | 0.67% | - |
| XYZ | 23.38 | 19.21 | 11.07 | - |
| YUV | 121.87 | 107.2 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 85 | 0 | 0.39 | 0.50 | 0.33 | 13.26 | 0.34 | 0.5 |
| Hex | AB | 68 | 55 | 0 | 27 | 32 | 21 | D | 22 | 32 |
| Octal | 253 | 150 | 125 | 0 | 47 | 62 | 41 | 15 | 42 | 62 |
| Binary | 10101011 | 1101000 | 1010101 | 0 | 100111 | 110010 | 100001 | 1101 | 100010 | 110010 |
Color Harmonies of #AB6855
Complementary color
Monochromatic Colors of #AB6855
Black with #AB6855
Text Example
Text Example
White with #AB6855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6855; }
p { color: rgb(171,104,85); }
H1.HeaderClassName
{
color: #AB6855;
}
.AnyTagClassName
{
color: #AB6855;
}
</style>
background-color css
<style>
a { background-color: #AB6855; }
a { background-color: rgb(171,104,85); }
div.DivClassName
{
background-color: #AB6855;
}
.BgClassName
{
background-color: #AB6855;
}
</style>
border-color css
<style>
span { border-color: #AB6855; }
span { border-color: rgb(171,104,85); }
td.TdClassName
{
border-color: #AB6855;
}
.TagClassName
{
border-color: #AB6855;
}
</style>