Shades of Sante Fe #AB7458
Tints of Sante Fe #AB7458
RGB
CMYK
RGB Variations
Color information
#AB7458 (or 0xAB7458) is known color: Sante Fe. HEX triplet: AB, 74 and 58. RGB value is (171,116,88). Sum of RGB (Red+Green+Blue) = 171+116+88=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7458 is #548BA7. Grayscale: #818181. Windows color (decimal): -5540776 or 5797035. OLE color: 5797035.
HSL color Cylindrical-coordinate representation of color #AB7458: hue angle of 20.24º 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 #AB7458 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 88 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.33 |
| HSL | 20.24º | 0.33% | 0.51% | - |
| HSV(B) | 20.24º | 0.49% | 0.67% | - |
| XYZ | 24.8 | 21.85 | 12.14 | - |
| YUV | 129.25 | 104.72 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 88 | 0 | 0.32 | 0.49 | 0.33 | 20.24 | 0.33 | 0.51 |
| Hex | AB | 74 | 58 | 0 | 20 | 31 | 21 | 14 | 21 | 33 |
| Octal | 253 | 164 | 130 | 0 | 40 | 61 | 41 | 24 | 41 | 63 |
| Binary | 10101011 | 1110100 | 1011000 | 0 | 100000 | 110001 | 100001 | 10100 | 100001 | 110011 |
Color Harmonies of #AB7458
Complementary color
Monochromatic Colors of #AB7458
Black with #AB7458
Text Example
Text Example
White with #AB7458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7458; }
p { color: rgb(171,116,88); }
H1.HeaderClassName
{
color: #AB7458;
}
.AnyTagClassName
{
color: #AB7458;
}
</style>
background-color css
<style>
a { background-color: #AB7458; }
a { background-color: rgb(171,116,88); }
div.DivClassName
{
background-color: #AB7458;
}
.BgClassName
{
background-color: #AB7458;
}
</style>
border-color css
<style>
span { border-color: #AB7458; }
span { border-color: rgb(171,116,88); }
td.TdClassName
{
border-color: #AB7458;
}
.TagClassName
{
border-color: #AB7458;
}
</style>