Shades of Sante Fe #AB6657
Tints of Sante Fe #AB6657
RGB
CMYK
RGB Variations
Color information
#AB6657 (or 0xAB6657) is known color: Sante Fe. HEX triplet: AB, 66 and 57. RGB value is (171,102,87). Sum of RGB (Red+Green+Blue) = 171+102+87=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6657 is #5499A8. Grayscale: #797979. Windows color (decimal): -5544361 or 5727915. OLE color: 5727915.
HSL color Cylindrical-coordinate representation of color #AB6657: hue angle of 10.71º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB6657 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 87 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.33 |
| HSL | 10.71º | 0.33% | 0.51% | - |
| HSV(B) | 10.71º | 0.49% | 0.67% | - |
| XYZ | 23.27 | 18.85 | 11.43 | - |
| YUV | 120.92 | 108.86 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 87 | 0 | 0.40 | 0.49 | 0.33 | 10.71 | 0.33 | 0.51 |
| Hex | AB | 66 | 57 | 0 | 28 | 31 | 21 | B | 21 | 33 |
| Octal | 253 | 146 | 127 | 0 | 50 | 61 | 41 | 13 | 41 | 63 |
| Binary | 10101011 | 1100110 | 1010111 | 0 | 101000 | 110001 | 100001 | 1011 | 100001 | 110011 |
Color Harmonies of #AB6657
Complementary color
Monochromatic Colors of #AB6657
Black with #AB6657
Text Example
Text Example
White with #AB6657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6657; }
p { color: rgb(171,102,87); }
H1.HeaderClassName
{
color: #AB6657;
}
.AnyTagClassName
{
color: #AB6657;
}
</style>
background-color css
<style>
a { background-color: #AB6657; }
a { background-color: rgb(171,102,87); }
div.DivClassName
{
background-color: #AB6657;
}
.BgClassName
{
background-color: #AB6657;
}
</style>
border-color css
<style>
span { border-color: #AB6657; }
span { border-color: rgb(171,102,87); }
td.TdClassName
{
border-color: #AB6657;
}
.TagClassName
{
border-color: #AB6657;
}
</style>