Shades of Sante Fe #AC7459
Tints of Sante Fe #AC7459
RGB
CMYK
RGB Variations
Color information
#AC7459 (or 0xAC7459) is known color: Sante Fe. HEX triplet: AC, 74 and 59. RGB value is (172,116,89). Sum of RGB (Red+Green+Blue) = 172+116+89=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7459 is #538BA6. Grayscale: #818181. Windows color (decimal): -5475239 or 5862572. OLE color: 5862572.
HSL color Cylindrical-coordinate representation of color #AC7459: hue angle of 19.52º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC7459 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 116 | 89 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.33 |
| HSL | 19.52º | 0.33% | 0.51% | - |
| HSV(B) | 19.52º | 0.48% | 0.67% | - |
| XYZ | 25.06 | 21.98 | 12.37 | - |
| YUV | 129.67 | 105.05 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 89 | 0 | 0.33 | 0.48 | 0.33 | 19.52 | 0.33 | 0.51 |
| Hex | AC | 74 | 59 | 0 | 21 | 30 | 21 | 14 | 21 | 33 |
| Octal | 254 | 164 | 131 | 0 | 41 | 60 | 41 | 24 | 41 | 63 |
| Binary | 10101100 | 1110100 | 1011001 | 0 | 100001 | 110000 | 100001 | 10100 | 100001 | 110011 |
Color Harmonies of #AC7459
Complementary color
Monochromatic Colors of #AC7459
Black with #AC7459
Text Example
Text Example
White with #AC7459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7459; }
p { color: rgb(172,116,89); }
H1.HeaderClassName
{
color: #AC7459;
}
.AnyTagClassName
{
color: #AC7459;
}
</style>
background-color css
<style>
a { background-color: #AC7459; }
a { background-color: rgb(172,116,89); }
div.DivClassName
{
background-color: #AC7459;
}
.BgClassName
{
background-color: #AC7459;
}
</style>
border-color css
<style>
span { border-color: #AC7459; }
span { border-color: rgb(172,116,89); }
td.TdClassName
{
border-color: #AC7459;
}
.TagClassName
{
border-color: #AC7459;
}
</style>