Shades of Sante Fe #AC6655
Tints of Sante Fe #AC6655
RGB
CMYK
RGB Variations
Color information
#AC6655 (or 0xAC6655) is known color: Sante Fe. HEX triplet: AC, 66 and 55. RGB value is (172,102,85). Sum of RGB (Red+Green+Blue) = 172+102+85=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6655 is #5399AA. Grayscale: #797979. Windows color (decimal): -5478827 or 5596844. OLE color: 5596844.
HSL color Cylindrical-coordinate representation of color #AC6655: hue angle of 11.72º 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 #AC6655 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 85 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.33 |
| HSL | 11.72º | 0.34% | 0.5% | - |
| HSV(B) | 11.72º | 0.51% | 0.67% | - |
| XYZ | 23.4 | 18.93 | 11.01 | - |
| YUV | 120.99 | 107.69 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 85 | 0 | 0.41 | 0.51 | 0.33 | 11.72 | 0.34 | 0.5 |
| Hex | AC | 66 | 55 | 0 | 29 | 33 | 21 | C | 22 | 32 |
| Octal | 254 | 146 | 125 | 0 | 51 | 63 | 41 | 14 | 42 | 62 |
| Binary | 10101100 | 1100110 | 1010101 | 0 | 101001 | 110011 | 100001 | 1100 | 100010 | 110010 |
Color Harmonies of #AC6655
Complementary color
Monochromatic Colors of #AC6655
Black with #AC6655
Text Example
Text Example
White with #AC6655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6655; }
p { color: rgb(172,102,85); }
H1.HeaderClassName
{
color: #AC6655;
}
.AnyTagClassName
{
color: #AC6655;
}
</style>
background-color css
<style>
a { background-color: #AC6655; }
a { background-color: rgb(172,102,85); }
div.DivClassName
{
background-color: #AC6655;
}
.BgClassName
{
background-color: #AC6655;
}
</style>
border-color css
<style>
span { border-color: #AC6655; }
span { border-color: rgb(172,102,85); }
td.TdClassName
{
border-color: #AC6655;
}
.TagClassName
{
border-color: #AC6655;
}
</style>