Shades of Sante Fe #AB6654
Tints of Sante Fe #AB6654
RGB
CMYK
RGB Variations
Color information
#AB6654 (or 0xAB6654) is known color: Sante Fe. HEX triplet: AB, 66 and 54. RGB value is (171,102,84). Sum of RGB (Red+Green+Blue) = 171+102+84=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6654 is #5499AB. Grayscale: #787878. Windows color (decimal): -5544364 or 5531307. OLE color: 5531307.
HSL color Cylindrical-coordinate representation of color #AB6654: hue angle of 12.41º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB6654 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 84 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.33 |
| HSL | 12.41º | 0.34% | 0.5% | - |
| HSV(B) | 12.41º | 0.51% | 0.67% | - |
| XYZ | 23.15 | 18.8 | 10.8 | - |
| YUV | 120.58 | 107.36 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 84 | 0 | 0.40 | 0.51 | 0.33 | 12.41 | 0.34 | 0.5 |
| Hex | AB | 66 | 54 | 0 | 28 | 33 | 21 | C | 22 | 32 |
| Octal | 253 | 146 | 124 | 0 | 50 | 63 | 41 | 14 | 42 | 62 |
| Binary | 10101011 | 1100110 | 1010100 | 0 | 101000 | 110011 | 100001 | 1100 | 100010 | 110010 |
Color Harmonies of #AB6654
Complementary color
Monochromatic Colors of #AB6654
Black with #AB6654
Text Example
Text Example
White with #AB6654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6654; }
p { color: rgb(171,102,84); }
H1.HeaderClassName
{
color: #AB6654;
}
.AnyTagClassName
{
color: #AB6654;
}
</style>
background-color css
<style>
a { background-color: #AB6654; }
a { background-color: rgb(171,102,84); }
div.DivClassName
{
background-color: #AB6654;
}
.BgClassName
{
background-color: #AB6654;
}
</style>
border-color css
<style>
span { border-color: #AB6654; }
span { border-color: rgb(171,102,84); }
td.TdClassName
{
border-color: #AB6654;
}
.TagClassName
{
border-color: #AB6654;
}
</style>