Shades of Sante Fe #AC7455
Tints of Sante Fe #AC7455
RGB
CMYK
RGB Variations
Color information
#AC7455 (or 0xAC7455) is known color: Sante Fe. HEX triplet: AC, 74 and 55. RGB value is (172,116,85). Sum of RGB (Red+Green+Blue) = 172+116+85=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7455 is #538BAA. Grayscale: #818181. Windows color (decimal): -5475243 or 5600428. OLE color: 5600428.
HSL color Cylindrical-coordinate representation of color #AC7455: hue angle of 21.38º degrees, saturation: 0.34, 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 #AC7455 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 116 | 85 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.33 |
| HSL | 21.38º | 0.34% | 0.5% | - |
| HSV(B) | 21.38º | 0.51% | 0.67% | - |
| XYZ | 24.9 | 21.92 | 11.51 | - |
| YUV | 129.21 | 103.05 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 85 | 0 | 0.33 | 0.51 | 0.33 | 21.38 | 0.34 | 0.5 |
| Hex | AC | 74 | 55 | 0 | 21 | 33 | 21 | 15 | 22 | 32 |
| Octal | 254 | 164 | 125 | 0 | 41 | 63 | 41 | 25 | 42 | 62 |
| Binary | 10101100 | 1110100 | 1010101 | 0 | 100001 | 110011 | 100001 | 10101 | 100010 | 110010 |
Color Harmonies of #AC7455
Complementary color
Monochromatic Colors of #AC7455
Black with #AC7455
Text Example
Text Example
White with #AC7455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7455; }
p { color: rgb(172,116,85); }
H1.HeaderClassName
{
color: #AC7455;
}
.AnyTagClassName
{
color: #AC7455;
}
</style>
background-color css
<style>
a { background-color: #AC7455; }
a { background-color: rgb(172,116,85); }
div.DivClassName
{
background-color: #AC7455;
}
.BgClassName
{
background-color: #AC7455;
}
</style>
border-color css
<style>
span { border-color: #AC7455; }
span { border-color: rgb(172,116,85); }
td.TdClassName
{
border-color: #AC7455;
}
.TagClassName
{
border-color: #AC7455;
}
</style>