Shades of Sante Fe #A4714E
Tints of Sante Fe #A4714E
RGB
CMYK
RGB Variations
Color information
#A4714E (or 0xA4714E) is known color: Sante Fe. HEX triplet: A4, 71 and 4E. RGB value is (164,113,78). Sum of RGB (Red+Green+Blue) = 164+113+78=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A4714E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4714E is #5B8EB1. Grayscale: #7C7C7C. Windows color (decimal): -6000306 or 5140900. OLE color: 5140900.
HSL color Cylindrical-coordinate representation of color #A4714E: hue angle of 24.42º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4714E is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 113 | 78 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.36 |
| HSL | 24.42º | 0.36% | 0.47% | - |
| HSV(B) | 24.42º | 0.52% | 0.64% | - |
| XYZ | 22.59 | 20.25 | 9.93 | - |
| YUV | 124.26 | 101.9 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 78 | 0 | 0.31 | 0.52 | 0.36 | 24.42 | 0.36 | 0.47 |
| Hex | A4 | 71 | 4E | 0 | 1F | 34 | 24 | 18 | 24 | 2F |
| Octal | 244 | 161 | 116 | 0 | 37 | 64 | 44 | 30 | 44 | 57 |
| Binary | 10100100 | 1110001 | 1001110 | 0 | 11111 | 110100 | 100100 | 11000 | 100100 | 101111 |
Color Harmonies of #A4714E
Complementary color
Monochromatic Colors of #A4714E
Black with #A4714E
Text Example
Text Example
White with #A4714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4714E; }
p { color: rgb(164,113,78); }
H1.HeaderClassName
{
color: #A4714E;
}
.AnyTagClassName
{
color: #A4714E;
}
</style>
background-color css
<style>
a { background-color: #A4714E; }
a { background-color: rgb(164,113,78); }
div.DivClassName
{
background-color: #A4714E;
}
.BgClassName
{
background-color: #A4714E;
}
</style>
border-color css
<style>
span { border-color: #A4714E; }
span { border-color: rgb(164,113,78); }
td.TdClassName
{
border-color: #A4714E;
}
.TagClassName
{
border-color: #A4714E;
}
</style>