Shades of Sante Fe #AC7354
Tints of Sante Fe #AC7354
RGB
CMYK
RGB Variations
Color information
#AC7354 (or 0xAC7354) is known color: Sante Fe. HEX triplet: AC, 73 and 54. RGB value is (172,115,84). Sum of RGB (Red+Green+Blue) = 172+115+84=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7354 is #538CAB. Grayscale: #808080. Windows color (decimal): -5475500 or 5534636. OLE color: 5534636.
HSL color Cylindrical-coordinate representation of color #AC7354: hue angle of 21.14º 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 #AC7354 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 115 | 84 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.33 |
| HSL | 21.14º | 0.35% | 0.5% | - |
| HSV(B) | 21.14º | 0.51% | 0.67% | - |
| XYZ | 24.74 | 21.67 | 11.27 | - |
| YUV | 128.51 | 102.88 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 84 | 0 | 0.33 | 0.51 | 0.33 | 21.14 | 0.35 | 0.5 |
| Hex | AC | 73 | 54 | 0 | 21 | 33 | 21 | 15 | 23 | 32 |
| Octal | 254 | 163 | 124 | 0 | 41 | 63 | 41 | 25 | 43 | 62 |
| Binary | 10101100 | 1110011 | 1010100 | 0 | 100001 | 110011 | 100001 | 10101 | 100011 | 110010 |
Color Harmonies of #AC7354
Complementary color
Monochromatic Colors of #AC7354
Black with #AC7354
Text Example
Text Example
White with #AC7354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7354; }
p { color: rgb(172,115,84); }
H1.HeaderClassName
{
color: #AC7354;
}
.AnyTagClassName
{
color: #AC7354;
}
</style>
background-color css
<style>
a { background-color: #AC7354; }
a { background-color: rgb(172,115,84); }
div.DivClassName
{
background-color: #AC7354;
}
.BgClassName
{
background-color: #AC7354;
}
</style>
border-color css
<style>
span { border-color: #AC7354; }
span { border-color: rgb(172,115,84); }
td.TdClassName
{
border-color: #AC7354;
}
.TagClassName
{
border-color: #AC7354;
}
</style>