Shades of Sante Fe #AB7551
Tints of Sante Fe #AB7551
RGB
CMYK
RGB Variations
Color information
#AB7551 (or 0xAB7551) is known color: Sante Fe. HEX triplet: AB, 75 and 51. RGB value is (171,117,81). Sum of RGB (Red+Green+Blue) = 171+117+81=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7551 is #548AAE. Grayscale: #818181. Windows color (decimal): -5540527 or 5338539. OLE color: 5338539.
HSL color Cylindrical-coordinate representation of color #AB7551: hue angle of 24º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB7551 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 117 | 81 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.33 |
| HSL | 24º | 0.36% | 0.49% | - |
| HSV(B) | 24º | 0.53% | 0.67% | - |
| XYZ | 24.64 | 21.97 | 10.73 | - |
| YUV | 129.04 | 100.89 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 81 | 0 | 0.32 | 0.53 | 0.33 | 24 | 0.36 | 0.49 |
| Hex | AB | 75 | 51 | 0 | 20 | 35 | 21 | 18 | 24 | 31 |
| Octal | 253 | 165 | 121 | 0 | 40 | 65 | 41 | 30 | 44 | 61 |
| Binary | 10101011 | 1110101 | 1010001 | 0 | 100000 | 110101 | 100001 | 11000 | 100100 | 110001 |
Color Harmonies of #AB7551
Complementary color
Monochromatic Colors of #AB7551
Black with #AB7551
Text Example
Text Example
White with #AB7551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7551; }
p { color: rgb(171,117,81); }
H1.HeaderClassName
{
color: #AB7551;
}
.AnyTagClassName
{
color: #AB7551;
}
</style>
background-color css
<style>
a { background-color: #AB7551; }
a { background-color: rgb(171,117,81); }
div.DivClassName
{
background-color: #AB7551;
}
.BgClassName
{
background-color: #AB7551;
}
</style>
border-color css
<style>
span { border-color: #AB7551; }
span { border-color: rgb(171,117,81); }
td.TdClassName
{
border-color: #AB7551;
}
.TagClassName
{
border-color: #AB7551;
}
</style>