Shades of Sante Fe #AC714E
Tints of Sante Fe #AC714E
RGB
CMYK
RGB Variations
Color information
#AC714E (or 0xAC714E) is known color: Sante Fe. HEX triplet: AC, 71 and 4E. RGB value is (172,113,78). Sum of RGB (Red+Green+Blue) = 172+113+78=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC714E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC714E is #538EB1. Grayscale: #7E7E7E. Windows color (decimal): -5476018 or 5140908. OLE color: 5140908.
HSL color Cylindrical-coordinate representation of color #AC714E: hue angle of 22.34º 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 #AC714E is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 113 | 78 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.33 |
| HSL | 22.34º | 0.38% | 0.49% | - |
| HSV(B) | 22.34º | 0.55% | 0.67% | - |
| XYZ | 24.29 | 21.13 | 10.01 | - |
| YUV | 126.65 | 100.55 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 78 | 0 | 0.34 | 0.55 | 0.33 | 22.34 | 0.38 | 0.49 |
| Hex | AC | 71 | 4E | 0 | 22 | 37 | 21 | 16 | 26 | 31 |
| Octal | 254 | 161 | 116 | 0 | 42 | 67 | 41 | 26 | 46 | 61 |
| Binary | 10101100 | 1110001 | 1001110 | 0 | 100010 | 110111 | 100001 | 10110 | 100110 | 110001 |
Color Harmonies of #AC714E
Complementary color
Monochromatic Colors of #AC714E
Black with #AC714E
Text Example
Text Example
White with #AC714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC714E; }
p { color: rgb(172,113,78); }
H1.HeaderClassName
{
color: #AC714E;
}
.AnyTagClassName
{
color: #AC714E;
}
</style>
background-color css
<style>
a { background-color: #AC714E; }
a { background-color: rgb(172,113,78); }
div.DivClassName
{
background-color: #AC714E;
}
.BgClassName
{
background-color: #AC714E;
}
</style>
border-color css
<style>
span { border-color: #AC714E; }
span { border-color: rgb(172,113,78); }
td.TdClassName
{
border-color: #AC714E;
}
.TagClassName
{
border-color: #AC714E;
}
</style>