Shades of Sante Fe #AC6E55
Tints of Sante Fe #AC6E55
RGB
CMYK
RGB Variations
Color information
#AC6E55 (or 0xAC6E55) is known color: Sante Fe. HEX triplet: AC, 6E and 55. RGB value is (172,110,85). Sum of RGB (Red+Green+Blue) = 172+110+85=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6E55 is #5391AA. Grayscale: #7D7D7D. Windows color (decimal): -5476779 or 5598892. OLE color: 5598892.
HSL color Cylindrical-coordinate representation of color #AC6E55: hue angle of 17.24º 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 #AC6E55 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 110 | 85 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.33 |
| HSL | 17.24º | 0.34% | 0.5% | - |
| HSV(B) | 17.24º | 0.51% | 0.67% | - |
| XYZ | 24.23 | 20.58 | 11.29 | - |
| YUV | 125.69 | 105.04 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 85 | 0 | 0.36 | 0.51 | 0.33 | 17.24 | 0.34 | 0.5 |
| Hex | AC | 6E | 55 | 0 | 24 | 33 | 21 | 11 | 22 | 32 |
| Octal | 254 | 156 | 125 | 0 | 44 | 63 | 41 | 21 | 42 | 62 |
| Binary | 10101100 | 1101110 | 1010101 | 0 | 100100 | 110011 | 100001 | 10001 | 100010 | 110010 |
Color Harmonies of #AC6E55
Complementary color
Monochromatic Colors of #AC6E55
Black with #AC6E55
Text Example
Text Example
White with #AC6E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6E55; }
p { color: rgb(172,110,85); }
H1.HeaderClassName
{
color: #AC6E55;
}
.AnyTagClassName
{
color: #AC6E55;
}
</style>
background-color css
<style>
a { background-color: #AC6E55; }
a { background-color: rgb(172,110,85); }
div.DivClassName
{
background-color: #AC6E55;
}
.BgClassName
{
background-color: #AC6E55;
}
</style>
border-color css
<style>
span { border-color: #AC6E55; }
span { border-color: rgb(172,110,85); }
td.TdClassName
{
border-color: #AC6E55;
}
.TagClassName
{
border-color: #AC6E55;
}
</style>