Shades of Sante Fe #AB6556
Tints of Sante Fe #AB6556
RGB
CMYK
RGB Variations
Color information
#AB6556 (or 0xAB6556) is known color: Sante Fe. HEX triplet: AB, 65 and 56. RGB value is (171,101,86). Sum of RGB (Red+Green+Blue) = 171+101+86=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6556 is #549AA9. Grayscale: #787878. Windows color (decimal): -5544618 or 5662123. OLE color: 5662123.
HSL color Cylindrical-coordinate representation of color #AB6556: hue angle of 10.59º 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 #AB6556 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 86 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.33 |
| HSL | 10.59º | 0.34% | 0.5% | - |
| HSV(B) | 10.59º | 0.5% | 0.67% | - |
| XYZ | 23.13 | 18.64 | 11.18 | - |
| YUV | 120.22 | 108.69 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 86 | 0 | 0.41 | 0.50 | 0.33 | 10.59 | 0.34 | 0.5 |
| Hex | AB | 65 | 56 | 0 | 29 | 32 | 21 | B | 22 | 32 |
| Octal | 253 | 145 | 126 | 0 | 51 | 62 | 41 | 13 | 42 | 62 |
| Binary | 10101011 | 1100101 | 1010110 | 0 | 101001 | 110010 | 100001 | 1011 | 100010 | 110010 |
Color Harmonies of #AB6556
Complementary color
Monochromatic Colors of #AB6556
Black with #AB6556
Text Example
Text Example
White with #AB6556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6556; }
p { color: rgb(171,101,86); }
H1.HeaderClassName
{
color: #AB6556;
}
.AnyTagClassName
{
color: #AB6556;
}
</style>
background-color css
<style>
a { background-color: #AB6556; }
a { background-color: rgb(171,101,86); }
div.DivClassName
{
background-color: #AB6556;
}
.BgClassName
{
background-color: #AB6556;
}
</style>
border-color css
<style>
span { border-color: #AB6556; }
span { border-color: rgb(171,101,86); }
td.TdClassName
{
border-color: #AB6556;
}
.TagClassName
{
border-color: #AB6556;
}
</style>