Shades of Sante Fe #AB7756
Tints of Sante Fe #AB7756
RGB
CMYK
RGB Variations
Color information
#AB7756 (or 0xAB7756) is known color: Sante Fe. HEX triplet: AB, 77 and 56. RGB value is (171,119,86). Sum of RGB (Red+Green+Blue) = 171+119+86=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7756 is #5488A9. Grayscale: #828282. Windows color (decimal): -5540010 or 5666731. OLE color: 5666731.
HSL color Cylindrical-coordinate representation of color #AB7756: hue angle of 23.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 #AB7756 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 119 | 86 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.33 |
| HSL | 23.29º | 0.34% | 0.5% | - |
| HSV(B) | 23.29º | 0.5% | 0.67% | - |
| XYZ | 25.07 | 22.52 | 11.83 | - |
| YUV | 130.79 | 102.73 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 86 | 0 | 0.30 | 0.50 | 0.33 | 23.29 | 0.34 | 0.5 |
| Hex | AB | 77 | 56 | 0 | 1E | 32 | 21 | 17 | 22 | 32 |
| Octal | 253 | 167 | 126 | 0 | 36 | 62 | 41 | 27 | 42 | 62 |
| Binary | 10101011 | 1110111 | 1010110 | 0 | 11110 | 110010 | 100001 | 10111 | 100010 | 110010 |
Color Harmonies of #AB7756
Complementary color
Monochromatic Colors of #AB7756
Black with #AB7756
Text Example
Text Example
White with #AB7756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7756; }
p { color: rgb(171,119,86); }
H1.HeaderClassName
{
color: #AB7756;
}
.AnyTagClassName
{
color: #AB7756;
}
</style>
background-color css
<style>
a { background-color: #AB7756; }
a { background-color: rgb(171,119,86); }
div.DivClassName
{
background-color: #AB7756;
}
.BgClassName
{
background-color: #AB7756;
}
</style>
border-color css
<style>
span { border-color: #AB7756; }
span { border-color: rgb(171,119,86); }
td.TdClassName
{
border-color: #AB7756;
}
.TagClassName
{
border-color: #AB7756;
}
</style>