Shades of Sante Fe #AB754F
Tints of Sante Fe #AB754F
RGB
CMYK
RGB Variations
Color information
#AB754F (or 0xAB754F) is known color: Sante Fe. HEX triplet: AB, 75 and 4F. RGB value is (171,117,79). Sum of RGB (Red+Green+Blue) = 171+117+79=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB754F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB754F is #548AB0. Grayscale: #818181. Windows color (decimal): -5540529 or 5207467. OLE color: 5207467.
HSL color Cylindrical-coordinate representation of color #AB754F: hue angle of 24.78º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB754F is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 117 | 79 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.33 |
| HSL | 24.78º | 0.37% | 0.49% | - |
| HSV(B) | 24.78º | 0.54% | 0.67% | - |
| XYZ | 24.57 | 21.95 | 10.34 | - |
| YUV | 128.81 | 99.89 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 79 | 0 | 0.32 | 0.54 | 0.33 | 24.78 | 0.37 | 0.49 |
| Hex | AB | 75 | 4F | 0 | 20 | 36 | 21 | 19 | 25 | 31 |
| Octal | 253 | 165 | 117 | 0 | 40 | 66 | 41 | 31 | 45 | 61 |
| Binary | 10101011 | 1110101 | 1001111 | 0 | 100000 | 110110 | 100001 | 11001 | 100101 | 110001 |
Color Harmonies of #AB754F
Complementary color
Monochromatic Colors of #AB754F
Black with #AB754F
Text Example
Text Example
White with #AB754F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB754F; }
p { color: rgb(171,117,79); }
H1.HeaderClassName
{
color: #AB754F;
}
.AnyTagClassName
{
color: #AB754F;
}
</style>
background-color css
<style>
a { background-color: #AB754F; }
a { background-color: rgb(171,117,79); }
div.DivClassName
{
background-color: #AB754F;
}
.BgClassName
{
background-color: #AB754F;
}
</style>
border-color css
<style>
span { border-color: #AB754F; }
span { border-color: rgb(171,117,79); }
td.TdClassName
{
border-color: #AB754F;
}
.TagClassName
{
border-color: #AB754F;
}
</style>