Shades of Sante Fe #AB714D
Tints of Sante Fe #AB714D
RGB
CMYK
RGB Variations
Color information
#AB714D (or 0xAB714D) is known color: Sante Fe. HEX triplet: AB, 71 and 4D. RGB value is (171,113,77). Sum of RGB (Red+Green+Blue) = 171+113+77=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB714D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB714D is #548EB2. Grayscale: #7E7E7E. Windows color (decimal): -5541555 or 5075371. OLE color: 5075371.
HSL color Cylindrical-coordinate representation of color #AB714D: hue angle of 22.98º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB714D is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 113 | 77 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.33 |
| HSL | 22.98º | 0.38% | 0.49% | - |
| HSV(B) | 22.98º | 0.55% | 0.67% | - |
| XYZ | 24.04 | 21 | 9.81 | - |
| YUV | 126.24 | 100.22 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 77 | 0 | 0.34 | 0.55 | 0.33 | 22.98 | 0.38 | 0.49 |
| Hex | AB | 71 | 4D | 0 | 22 | 37 | 21 | 17 | 26 | 31 |
| Octal | 253 | 161 | 115 | 0 | 42 | 67 | 41 | 27 | 46 | 61 |
| Binary | 10101011 | 1110001 | 1001101 | 0 | 100010 | 110111 | 100001 | 10111 | 100110 | 110001 |
Color Harmonies of #AB714D
Complementary color
Monochromatic Colors of #AB714D
Black with #AB714D
Text Example
Text Example
White with #AB714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB714D; }
p { color: rgb(171,113,77); }
H1.HeaderClassName
{
color: #AB714D;
}
.AnyTagClassName
{
color: #AB714D;
}
</style>
background-color css
<style>
a { background-color: #AB714D; }
a { background-color: rgb(171,113,77); }
div.DivClassName
{
background-color: #AB714D;
}
.BgClassName
{
background-color: #AB714D;
}
</style>
border-color css
<style>
span { border-color: #AB714D; }
span { border-color: rgb(171,113,77); }
td.TdClassName
{
border-color: #AB714D;
}
.TagClassName
{
border-color: #AB714D;
}
</style>