Shades of Sante Fe #AB6254
Tints of Sante Fe #AB6254
RGB
CMYK
RGB Variations
Color information
#AB6254 (or 0xAB6254) is known color: Sante Fe. HEX triplet: AB, 62 and 54. RGB value is (171,98,84). Sum of RGB (Red+Green+Blue) = 171+98+84=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6254 is #549DAB. Grayscale: #767676. Windows color (decimal): -5545388 or 5530283. OLE color: 5530283.
HSL color Cylindrical-coordinate representation of color #AB6254: hue angle of 9.66º 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 #AB6254 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 98 | 84 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.33 |
| HSL | 9.66º | 0.34% | 0.5% | - |
| HSV(B) | 9.66º | 0.51% | 0.67% | - |
| XYZ | 22.76 | 18.03 | 10.67 | - |
| YUV | 118.23 | 108.68 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 84 | 0 | 0.43 | 0.51 | 0.33 | 9.66 | 0.34 | 0.5 |
| Hex | AB | 62 | 54 | 0 | 2B | 33 | 21 | A | 22 | 32 |
| Octal | 253 | 142 | 124 | 0 | 53 | 63 | 41 | 12 | 42 | 62 |
| Binary | 10101011 | 1100010 | 1010100 | 0 | 101011 | 110011 | 100001 | 1010 | 100010 | 110010 |
Color Harmonies of #AB6254
Complementary color
Monochromatic Colors of #AB6254
Black with #AB6254
Text Example
Text Example
White with #AB6254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6254; }
p { color: rgb(171,98,84); }
H1.HeaderClassName
{
color: #AB6254;
}
.AnyTagClassName
{
color: #AB6254;
}
</style>
background-color css
<style>
a { background-color: #AB6254; }
a { background-color: rgb(171,98,84); }
div.DivClassName
{
background-color: #AB6254;
}
.BgClassName
{
background-color: #AB6254;
}
</style>
border-color css
<style>
span { border-color: #AB6254; }
span { border-color: rgb(171,98,84); }
td.TdClassName
{
border-color: #AB6254;
}
.TagClassName
{
border-color: #AB6254;
}
</style>