Shades of Sante Fe #AB6755
Tints of Sante Fe #AB6755
RGB
CMYK
RGB Variations
Color information
#AB6755 (or 0xAB6755) is known color: Sante Fe. HEX triplet: AB, 67 and 55. RGB value is (171,103,85). Sum of RGB (Red+Green+Blue) = 171+103+85=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6755 is #5498AA. Grayscale: #797979. Windows color (decimal): -5544107 or 5597099. OLE color: 5597099.
HSL color Cylindrical-coordinate representation of color #AB6755: hue angle of 12.56º 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 #AB6755 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 85 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.33 |
| HSL | 12.56º | 0.34% | 0.5% | - |
| HSV(B) | 12.56º | 0.5% | 0.67% | - |
| XYZ | 23.28 | 19.01 | 11.04 | - |
| YUV | 121.28 | 107.53 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 85 | 0 | 0.40 | 0.50 | 0.33 | 12.56 | 0.34 | 0.5 |
| Hex | AB | 67 | 55 | 0 | 28 | 32 | 21 | D | 22 | 32 |
| Octal | 253 | 147 | 125 | 0 | 50 | 62 | 41 | 15 | 42 | 62 |
| Binary | 10101011 | 1100111 | 1010101 | 0 | 101000 | 110010 | 100001 | 1101 | 100010 | 110010 |
Color Harmonies of #AB6755
Complementary color
Monochromatic Colors of #AB6755
Black with #AB6755
Text Example
Text Example
White with #AB6755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6755; }
p { color: rgb(171,103,85); }
H1.HeaderClassName
{
color: #AB6755;
}
.AnyTagClassName
{
color: #AB6755;
}
</style>
background-color css
<style>
a { background-color: #AB6755; }
a { background-color: rgb(171,103,85); }
div.DivClassName
{
background-color: #AB6755;
}
.BgClassName
{
background-color: #AB6755;
}
</style>
border-color css
<style>
span { border-color: #AB6755; }
span { border-color: rgb(171,103,85); }
td.TdClassName
{
border-color: #AB6755;
}
.TagClassName
{
border-color: #AB6755;
}
</style>