Shades of Sante Fe #AC6856
Tints of Sante Fe #AC6856
RGB
CMYK
RGB Variations
Color information
#AC6856 (or 0xAC6856) is known color: Sante Fe. HEX triplet: AC, 68 and 56. RGB value is (172,104,86). Sum of RGB (Red+Green+Blue) = 172+104+86=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 86 (33.98% from 255 or 23.76% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6856 is #5397A9. Grayscale: #7A7A7A. Windows color (decimal): -5478314 or 5662892. OLE color: 5662892.
HSL color Cylindrical-coordinate representation of color #AC6856: hue angle of 12.56º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC6856 is Cyan = 0, Magento = 0.40, Yellow = 0.5 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 86 | - |
| CMYK | 0 | 0.40 | 0.5 | 0.33 |
| HSL | 12.56º | 0.34% | 0.51% | - |
| HSV(B) | 12.56º | 0.5% | 0.67% | - |
| XYZ | 23.64 | 19.34 | 11.29 | - |
| YUV | 122.28 | 107.53 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 86 | 0 | 0.40 | 0.5 | 0.33 | 12.56 | 0.34 | 0.51 |
| Hex | AC | 68 | 56 | 0 | 28 | 32 | 21 | D | 22 | 33 |
| Octal | 254 | 150 | 126 | 0 | 50 | 62 | 41 | 15 | 42 | 63 |
| Binary | 10101100 | 1101000 | 1010110 | 0 | 101000 | 110010 | 100001 | 1101 | 100010 | 110011 |
Color Harmonies of #AC6856
Complementary color
Monochromatic Colors of #AC6856
Black with #AC6856
Text Example
Text Example
White with #AC6856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6856; }
p { color: rgb(172,104,86); }
H1.HeaderClassName
{
color: #AC6856;
}
.AnyTagClassName
{
color: #AC6856;
}
</style>
background-color css
<style>
a { background-color: #AC6856; }
a { background-color: rgb(172,104,86); }
div.DivClassName
{
background-color: #AC6856;
}
.BgClassName
{
background-color: #AC6856;
}
</style>
border-color css
<style>
span { border-color: #AC6856; }
span { border-color: rgb(172,104,86); }
td.TdClassName
{
border-color: #AC6856;
}
.TagClassName
{
border-color: #AC6856;
}
</style>