Shades of Sante Fe #AC6C58
Tints of Sante Fe #AC6C58
RGB
CMYK
RGB Variations
Color information
#AC6C58 (or 0xAC6C58) is known color: Sante Fe. HEX triplet: AC, 6C and 58. RGB value is (172,108,88). Sum of RGB (Red+Green+Blue) = 172+108+88=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6C58 is #5393A7. Grayscale: #7D7D7D. Windows color (decimal): -5477288 or 5794988. OLE color: 5794988.
HSL color Cylindrical-coordinate representation of color #AC6C58: hue angle of 14.29º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC6C58 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 88 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.33 |
| HSL | 14.29º | 0.34% | 0.51% | - |
| HSV(B) | 14.29º | 0.49% | 0.67% | - |
| XYZ | 24.14 | 20.2 | 11.86 | - |
| YUV | 124.86 | 107.2 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 88 | 0 | 0.37 | 0.49 | 0.33 | 14.29 | 0.34 | 0.51 |
| Hex | AC | 6C | 58 | 0 | 25 | 31 | 21 | E | 22 | 33 |
| Octal | 254 | 154 | 130 | 0 | 45 | 61 | 41 | 16 | 42 | 63 |
| Binary | 10101100 | 1101100 | 1011000 | 0 | 100101 | 110001 | 100001 | 1110 | 100010 | 110011 |
Color Harmonies of #AC6C58
Complementary color
Monochromatic Colors of #AC6C58
Black with #AC6C58
Text Example
Text Example
White with #AC6C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6C58; }
p { color: rgb(172,108,88); }
H1.HeaderClassName
{
color: #AC6C58;
}
.AnyTagClassName
{
color: #AC6C58;
}
</style>
background-color css
<style>
a { background-color: #AC6C58; }
a { background-color: rgb(172,108,88); }
div.DivClassName
{
background-color: #AC6C58;
}
.BgClassName
{
background-color: #AC6C58;
}
</style>
border-color css
<style>
span { border-color: #AC6C58; }
span { border-color: rgb(172,108,88); }
td.TdClassName
{
border-color: #AC6C58;
}
.TagClassName
{
border-color: #AC6C58;
}
</style>