Shades of Sante Fe #AC6755
Tints of Sante Fe #AC6755
RGB
CMYK
RGB Variations
Color information
#AC6755 (or 0xAC6755) is known color: Sante Fe. HEX triplet: AC, 67 and 55. RGB value is (172,103,85). Sum of RGB (Red+Green+Blue) = 172+103+85=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6755 is #5398AA. Grayscale: #797979. Windows color (decimal): -5478571 or 5597100. OLE color: 5597100.
HSL color Cylindrical-coordinate representation of color #AC6755: hue angle of 12.41º 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 #AC6755 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 85 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.33 |
| HSL | 12.41º | 0.34% | 0.5% | - |
| HSV(B) | 12.41º | 0.51% | 0.67% | - |
| XYZ | 23.5 | 19.13 | 11.05 | - |
| YUV | 121.58 | 107.36 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 85 | 0 | 0.40 | 0.51 | 0.33 | 12.41 | 0.34 | 0.5 |
| Hex | AC | 67 | 55 | 0 | 28 | 33 | 21 | C | 22 | 32 |
| Octal | 254 | 147 | 125 | 0 | 50 | 63 | 41 | 14 | 42 | 62 |
| Binary | 10101100 | 1100111 | 1010101 | 0 | 101000 | 110011 | 100001 | 1100 | 100010 | 110010 |
Color Harmonies of #AC6755
Complementary color
Monochromatic Colors of #AC6755
Black with #AC6755
Text Example
Text Example
White with #AC6755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6755; }
p { color: rgb(172,103,85); }
H1.HeaderClassName
{
color: #AC6755;
}
.AnyTagClassName
{
color: #AC6755;
}
</style>
background-color css
<style>
a { background-color: #AC6755; }
a { background-color: rgb(172,103,85); }
div.DivClassName
{
background-color: #AC6755;
}
.BgClassName
{
background-color: #AC6755;
}
</style>
border-color css
<style>
span { border-color: #AC6755; }
span { border-color: rgb(172,103,85); }
td.TdClassName
{
border-color: #AC6755;
}
.TagClassName
{
border-color: #AC6755;
}
</style>