Shades of Sante Fe #AC7454
Tints of Sante Fe #AC7454
RGB
CMYK
RGB Variations
Color information
#AC7454 (or 0xAC7454) is known color: Sante Fe. HEX triplet: AC, 74 and 54. RGB value is (172,116,84). Sum of RGB (Red+Green+Blue) = 172+116+84=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7454 is #538BAB. Grayscale: #818181. Windows color (decimal): -5475244 or 5534892. OLE color: 5534892.
HSL color Cylindrical-coordinate representation of color #AC7454: hue angle of 21.82º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC7454 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 116 | 84 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.33 |
| HSL | 21.82º | 0.35% | 0.5% | - |
| HSV(B) | 21.82º | 0.51% | 0.67% | - |
| XYZ | 24.86 | 21.9 | 11.3 | - |
| YUV | 129.1 | 102.55 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 84 | 0 | 0.33 | 0.51 | 0.33 | 21.82 | 0.35 | 0.5 |
| Hex | AC | 74 | 54 | 0 | 21 | 33 | 21 | 16 | 23 | 32 |
| Octal | 254 | 164 | 124 | 0 | 41 | 63 | 41 | 26 | 43 | 62 |
| Binary | 10101100 | 1110100 | 1010100 | 0 | 100001 | 110011 | 100001 | 10110 | 100011 | 110010 |
Color Harmonies of #AC7454
Complementary color
Monochromatic Colors of #AC7454
Black with #AC7454
Text Example
Text Example
White with #AC7454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7454; }
p { color: rgb(172,116,84); }
H1.HeaderClassName
{
color: #AC7454;
}
.AnyTagClassName
{
color: #AC7454;
}
</style>
background-color css
<style>
a { background-color: #AC7454; }
a { background-color: rgb(172,116,84); }
div.DivClassName
{
background-color: #AC7454;
}
.BgClassName
{
background-color: #AC7454;
}
</style>
border-color css
<style>
span { border-color: #AC7454; }
span { border-color: rgb(172,116,84); }
td.TdClassName
{
border-color: #AC7454;
}
.TagClassName
{
border-color: #AC7454;
}
</style>