Shades of Sante Fe #AB714F
Tints of Sante Fe #AB714F
RGB
CMYK
RGB Variations
Color information
#AB714F (or 0xAB714F) is known color: Sante Fe. HEX triplet: AB, 71 and 4F. RGB value is (171,113,79). Sum of RGB (Red+Green+Blue) = 171+113+79=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB714F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB714F is #548EB0. Grayscale: #7E7E7E. Windows color (decimal): -5541553 or 5206443. OLE color: 5206443.
HSL color Cylindrical-coordinate representation of color #AB714F: hue angle of 22.17º 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 #AB714F is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 113 | 79 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.33 |
| HSL | 22.17º | 0.37% | 0.49% | - |
| HSV(B) | 22.17º | 0.54% | 0.67% | - |
| XYZ | 24.11 | 21.03 | 10.19 | - |
| YUV | 126.47 | 101.22 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 79 | 0 | 0.34 | 0.54 | 0.33 | 22.17 | 0.37 | 0.49 |
| Hex | AB | 71 | 4F | 0 | 22 | 36 | 21 | 16 | 25 | 31 |
| Octal | 253 | 161 | 117 | 0 | 42 | 66 | 41 | 26 | 45 | 61 |
| Binary | 10101011 | 1110001 | 1001111 | 0 | 100010 | 110110 | 100001 | 10110 | 100101 | 110001 |
Color Harmonies of #AB714F
Complementary color
Monochromatic Colors of #AB714F
Black with #AB714F
Text Example
Text Example
White with #AB714F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB714F; }
p { color: rgb(171,113,79); }
H1.HeaderClassName
{
color: #AB714F;
}
.AnyTagClassName
{
color: #AB714F;
}
</style>
background-color css
<style>
a { background-color: #AB714F; }
a { background-color: rgb(171,113,79); }
div.DivClassName
{
background-color: #AB714F;
}
.BgClassName
{
background-color: #AB714F;
}
</style>
border-color css
<style>
span { border-color: #AB714F; }
span { border-color: rgb(171,113,79); }
td.TdClassName
{
border-color: #AB714F;
}
.TagClassName
{
border-color: #AB714F;
}
</style>