Shades of Sante Fe #AB6655
Tints of Sante Fe #AB6655
RGB
CMYK
RGB Variations
Color information
#AB6655 (or 0xAB6655) is known color: Sante Fe. HEX triplet: AB, 66 and 55. RGB value is (171,102,85). Sum of RGB (Red+Green+Blue) = 171+102+85=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6655 is #5499AA. Grayscale: #787878. Windows color (decimal): -5544363 or 5596843. OLE color: 5596843.
HSL color Cylindrical-coordinate representation of color #AB6655: hue angle of 11.86º 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 #AB6655 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 85 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.33 |
| HSL | 11.86º | 0.34% | 0.5% | - |
| HSV(B) | 11.86º | 0.5% | 0.67% | - |
| XYZ | 23.19 | 18.82 | 11 | - |
| YUV | 120.69 | 107.86 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 85 | 0 | 0.40 | 0.50 | 0.33 | 11.86 | 0.34 | 0.5 |
| Hex | AB | 66 | 55 | 0 | 28 | 32 | 21 | C | 22 | 32 |
| Octal | 253 | 146 | 125 | 0 | 50 | 62 | 41 | 14 | 42 | 62 |
| Binary | 10101011 | 1100110 | 1010101 | 0 | 101000 | 110010 | 100001 | 1100 | 100010 | 110010 |
Color Harmonies of #AB6655
Complementary color
Monochromatic Colors of #AB6655
Black with #AB6655
Text Example
Text Example
White with #AB6655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6655; }
p { color: rgb(171,102,85); }
H1.HeaderClassName
{
color: #AB6655;
}
.AnyTagClassName
{
color: #AB6655;
}
</style>
background-color css
<style>
a { background-color: #AB6655; }
a { background-color: rgb(171,102,85); }
div.DivClassName
{
background-color: #AB6655;
}
.BgClassName
{
background-color: #AB6655;
}
</style>
border-color css
<style>
span { border-color: #AB6655; }
span { border-color: rgb(171,102,85); }
td.TdClassName
{
border-color: #AB6655;
}
.TagClassName
{
border-color: #AB6655;
}
</style>