Shades of Sante Fe #AB6856
Tints of Sante Fe #AB6856
RGB
CMYK
RGB Variations
Color information
#AB6856 (or 0xAB6856) is known color: Sante Fe. HEX triplet: AB, 68 and 56. RGB value is (171,104,86). Sum of RGB (Red+Green+Blue) = 171+104+86=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6856 is #5497A9. Grayscale: #7A7A7A. Windows color (decimal): -5543850 or 5662891. OLE color: 5662891.
HSL color Cylindrical-coordinate representation of color #AB6856: hue angle of 12.71º 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 #AB6856 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 86 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.33 |
| HSL | 12.71º | 0.34% | 0.5% | - |
| HSV(B) | 12.71º | 0.5% | 0.67% | - |
| XYZ | 23.42 | 19.23 | 11.28 | - |
| YUV | 121.98 | 107.7 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 86 | 0 | 0.39 | 0.50 | 0.33 | 12.71 | 0.34 | 0.5 |
| Hex | AB | 68 | 56 | 0 | 27 | 32 | 21 | D | 22 | 32 |
| Octal | 253 | 150 | 126 | 0 | 47 | 62 | 41 | 15 | 42 | 62 |
| Binary | 10101011 | 1101000 | 1010110 | 0 | 100111 | 110010 | 100001 | 1101 | 100010 | 110010 |
Color Harmonies of #AB6856
Complementary color
Monochromatic Colors of #AB6856
Black with #AB6856
Text Example
Text Example
White with #AB6856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6856; }
p { color: rgb(171,104,86); }
H1.HeaderClassName
{
color: #AB6856;
}
.AnyTagClassName
{
color: #AB6856;
}
</style>
background-color css
<style>
a { background-color: #AB6856; }
a { background-color: rgb(171,104,86); }
div.DivClassName
{
background-color: #AB6856;
}
.BgClassName
{
background-color: #AB6856;
}
</style>
border-color css
<style>
span { border-color: #AB6856; }
span { border-color: rgb(171,104,86); }
td.TdClassName
{
border-color: #AB6856;
}
.TagClassName
{
border-color: #AB6856;
}
</style>