Shades of Sante Fe #AB714C
Tints of Sante Fe #AB714C
RGB
CMYK
RGB Variations
Color information
#AB714C (or 0xAB714C) is known color: Sante Fe. HEX triplet: AB, 71 and 4C. RGB value is (171,113,76). Sum of RGB (Red+Green+Blue) = 171+113+76=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB714C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB714C is #548EB3. Grayscale: #7E7E7E. Windows color (decimal): -5541556 or 5009835. OLE color: 5009835.
HSL color Cylindrical-coordinate representation of color #AB714C: hue angle of 23.37º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB714C is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 113 | 76 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.33 |
| HSL | 23.37º | 0.38% | 0.48% | - |
| HSV(B) | 23.37º | 0.56% | 0.67% | - |
| XYZ | 24 | 20.99 | 9.62 | - |
| YUV | 126.12 | 99.72 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 76 | 0 | 0.34 | 0.56 | 0.33 | 23.37 | 0.38 | 0.48 |
| Hex | AB | 71 | 4C | 0 | 22 | 38 | 21 | 17 | 26 | 30 |
| Octal | 253 | 161 | 114 | 0 | 42 | 70 | 41 | 27 | 46 | 60 |
| Binary | 10101011 | 1110001 | 1001100 | 0 | 100010 | 111000 | 100001 | 10111 | 100110 | 110000 |
Color Harmonies of #AB714C
Complementary color
Monochromatic Colors of #AB714C
Black with #AB714C
Text Example
Text Example
White with #AB714C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB714C; }
p { color: rgb(171,113,76); }
H1.HeaderClassName
{
color: #AB714C;
}
.AnyTagClassName
{
color: #AB714C;
}
</style>
background-color css
<style>
a { background-color: #AB714C; }
a { background-color: rgb(171,113,76); }
div.DivClassName
{
background-color: #AB714C;
}
.BgClassName
{
background-color: #AB714C;
}
</style>
border-color css
<style>
span { border-color: #AB714C; }
span { border-color: rgb(171,113,76); }
td.TdClassName
{
border-color: #AB714C;
}
.TagClassName
{
border-color: #AB714C;
}
</style>