Shades of Sante Fe #A9714D
Tints of Sante Fe #A9714D
RGB
CMYK
RGB Variations
Color information
#A9714D (or 0xA9714D) is known color: Sante Fe. HEX triplet: A9, 71 and 4D. RGB value is (169,113,77). Sum of RGB (Red+Green+Blue) = 169+113+77=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 169 - color contains mainly: red. Hex color #A9714D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9714D is #568EB2. Grayscale: #7D7D7D. Windows color (decimal): -5672627 or 5075369. OLE color: 5075369.
HSL color Cylindrical-coordinate representation of color #A9714D: hue angle of 23.48º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A9714D is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 113 | 77 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.34 |
| HSL | 23.48º | 0.37% | 0.48% | - |
| HSV(B) | 23.48º | 0.54% | 0.66% | - |
| XYZ | 23.61 | 20.78 | 9.79 | - |
| YUV | 125.64 | 100.55 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 113 | 77 | 0 | 0.33 | 0.54 | 0.34 | 23.48 | 0.37 | 0.48 |
| Hex | A9 | 71 | 4D | 0 | 21 | 36 | 22 | 17 | 25 | 30 |
| Octal | 251 | 161 | 115 | 0 | 41 | 66 | 42 | 27 | 45 | 60 |
| Binary | 10101001 | 1110001 | 1001101 | 0 | 100001 | 110110 | 100010 | 10111 | 100101 | 110000 |
Color Harmonies of #A9714D
Complementary color
Monochromatic Colors of #A9714D
Black with #A9714D
Text Example
Text Example
White with #A9714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9714D; }
p { color: rgb(169,113,77); }
H1.HeaderClassName
{
color: #A9714D;
}
.AnyTagClassName
{
color: #A9714D;
}
</style>
background-color css
<style>
a { background-color: #A9714D; }
a { background-color: rgb(169,113,77); }
div.DivClassName
{
background-color: #A9714D;
}
.BgClassName
{
background-color: #A9714D;
}
</style>
border-color css
<style>
span { border-color: #A9714D; }
span { border-color: rgb(169,113,77); }
td.TdClassName
{
border-color: #A9714D;
}
.TagClassName
{
border-color: #A9714D;
}
</style>