Shades of Sante Fe #AC7355
Tints of Sante Fe #AC7355
RGB
CMYK
RGB Variations
Color information
#AC7355 (or 0xAC7355) is known color: Sante Fe. HEX triplet: AC, 73 and 55. RGB value is (172,115,85). Sum of RGB (Red+Green+Blue) = 172+115+85=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7355 is #538CAA. Grayscale: #808080. Windows color (decimal): -5475499 or 5600172. OLE color: 5600172.
HSL color Cylindrical-coordinate representation of color #AC7355: hue angle of 20.69º 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 #AC7355 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 115 | 85 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.33 |
| HSL | 20.69º | 0.34% | 0.5% | - |
| HSV(B) | 20.69º | 0.51% | 0.67% | - |
| XYZ | 24.78 | 21.69 | 11.47 | - |
| YUV | 128.62 | 103.38 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 85 | 0 | 0.33 | 0.51 | 0.33 | 20.69 | 0.34 | 0.5 |
| Hex | AC | 73 | 55 | 0 | 21 | 33 | 21 | 15 | 22 | 32 |
| Octal | 254 | 163 | 125 | 0 | 41 | 63 | 41 | 25 | 42 | 62 |
| Binary | 10101100 | 1110011 | 1010101 | 0 | 100001 | 110011 | 100001 | 10101 | 100010 | 110010 |
Color Harmonies of #AC7355
Complementary color
Monochromatic Colors of #AC7355
Black with #AC7355
Text Example
Text Example
White with #AC7355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7355; }
p { color: rgb(172,115,85); }
H1.HeaderClassName
{
color: #AC7355;
}
.AnyTagClassName
{
color: #AC7355;
}
</style>
background-color css
<style>
a { background-color: #AC7355; }
a { background-color: rgb(172,115,85); }
div.DivClassName
{
background-color: #AC7355;
}
.BgClassName
{
background-color: #AC7355;
}
</style>
border-color css
<style>
span { border-color: #AC7355; }
span { border-color: rgb(172,115,85); }
td.TdClassName
{
border-color: #AC7355;
}
.TagClassName
{
border-color: #AC7355;
}
</style>