Shades of Sante Fe #AB6656
Tints of Sante Fe #AB6656
RGB
CMYK
RGB Variations
Color information
#AB6656 (or 0xAB6656) is known color: Sante Fe. HEX triplet: AB, 66 and 56. RGB value is (171,102,86). Sum of RGB (Red+Green+Blue) = 171+102+86=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6656 is #5499A9. Grayscale: #787878. Windows color (decimal): -5544362 or 5662379. OLE color: 5662379.
HSL color Cylindrical-coordinate representation of color #AB6656: hue angle of 11.29º 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 #AB6656 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 86 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.33 |
| HSL | 11.29º | 0.34% | 0.5% | - |
| HSV(B) | 11.29º | 0.5% | 0.67% | - |
| XYZ | 23.23 | 18.83 | 11.22 | - |
| YUV | 120.81 | 108.36 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 86 | 0 | 0.40 | 0.50 | 0.33 | 11.29 | 0.34 | 0.5 |
| Hex | AB | 66 | 56 | 0 | 28 | 32 | 21 | B | 22 | 32 |
| Octal | 253 | 146 | 126 | 0 | 50 | 62 | 41 | 13 | 42 | 62 |
| Binary | 10101011 | 1100110 | 1010110 | 0 | 101000 | 110010 | 100001 | 1011 | 100010 | 110010 |
Color Harmonies of #AB6656
Complementary color
Monochromatic Colors of #AB6656
Black with #AB6656
Text Example
Text Example
White with #AB6656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6656; }
p { color: rgb(171,102,86); }
H1.HeaderClassName
{
color: #AB6656;
}
.AnyTagClassName
{
color: #AB6656;
}
</style>
background-color css
<style>
a { background-color: #AB6656; }
a { background-color: rgb(171,102,86); }
div.DivClassName
{
background-color: #AB6656;
}
.BgClassName
{
background-color: #AB6656;
}
</style>
border-color css
<style>
span { border-color: #AB6656; }
span { border-color: rgb(171,102,86); }
td.TdClassName
{
border-color: #AB6656;
}
.TagClassName
{
border-color: #AB6656;
}
</style>