Shades of Sante Fe #AC714D
Tints of Sante Fe #AC714D
RGB
CMYK
RGB Variations
Color information
#AC714D (or 0xAC714D) is known color: Sante Fe. HEX triplet: AC, 71 and 4D. RGB value is (172,113,77). Sum of RGB (Red+Green+Blue) = 172+113+77=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC714D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC714D is #538EB2. Grayscale: #7E7E7E. Windows color (decimal): -5476019 or 5075372. OLE color: 5075372.
HSL color Cylindrical-coordinate representation of color #AC714D: hue angle of 22.74º 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 #AC714D is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 113 | 77 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.33 |
| HSL | 22.74º | 0.38% | 0.49% | - |
| HSV(B) | 22.74º | 0.55% | 0.67% | - |
| XYZ | 24.26 | 21.12 | 9.82 | - |
| YUV | 126.54 | 100.05 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 77 | 0 | 0.34 | 0.55 | 0.33 | 22.74 | 0.38 | 0.49 |
| Hex | AC | 71 | 4D | 0 | 22 | 37 | 21 | 17 | 26 | 31 |
| Octal | 254 | 161 | 115 | 0 | 42 | 67 | 41 | 27 | 46 | 61 |
| Binary | 10101100 | 1110001 | 1001101 | 0 | 100010 | 110111 | 100001 | 10111 | 100110 | 110001 |
Color Harmonies of #AC714D
Complementary color
Monochromatic Colors of #AC714D
Black with #AC714D
Text Example
Text Example
White with #AC714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC714D; }
p { color: rgb(172,113,77); }
H1.HeaderClassName
{
color: #AC714D;
}
.AnyTagClassName
{
color: #AC714D;
}
</style>
background-color css
<style>
a { background-color: #AC714D; }
a { background-color: rgb(172,113,77); }
div.DivClassName
{
background-color: #AC714D;
}
.BgClassName
{
background-color: #AC714D;
}
</style>
border-color css
<style>
span { border-color: #AC714D; }
span { border-color: rgb(172,113,77); }
td.TdClassName
{
border-color: #AC714D;
}
.TagClassName
{
border-color: #AC714D;
}
</style>