Shades of Sante Fe #AC6854
Tints of Sante Fe #AC6854
RGB
CMYK
RGB Variations
Color information
#AC6854 (or 0xAC6854) is known color: Sante Fe. HEX triplet: AC, 68 and 54. RGB value is (172,104,84). Sum of RGB (Red+Green+Blue) = 172+104+84=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6854 is #5397AB. Grayscale: #7A7A7A. Windows color (decimal): -5478316 or 5531820. OLE color: 5531820.
HSL color Cylindrical-coordinate representation of color #AC6854: hue angle of 13.64º degrees, saturation: 0.35, 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 #AC6854 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 84 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.33 |
| HSL | 13.64º | 0.35% | 0.5% | - |
| HSV(B) | 13.64º | 0.51% | 0.67% | - |
| XYZ | 23.56 | 19.31 | 10.87 | - |
| YUV | 122.05 | 106.53 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 84 | 0 | 0.40 | 0.51 | 0.33 | 13.64 | 0.35 | 0.5 |
| Hex | AC | 68 | 54 | 0 | 28 | 33 | 21 | E | 23 | 32 |
| Octal | 254 | 150 | 124 | 0 | 50 | 63 | 41 | 16 | 43 | 62 |
| Binary | 10101100 | 1101000 | 1010100 | 0 | 101000 | 110011 | 100001 | 1110 | 100011 | 110010 |
Color Harmonies of #AC6854
Complementary color
Monochromatic Colors of #AC6854
Black with #AC6854
Text Example
Text Example
White with #AC6854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6854; }
p { color: rgb(172,104,84); }
H1.HeaderClassName
{
color: #AC6854;
}
.AnyTagClassName
{
color: #AC6854;
}
</style>
background-color css
<style>
a { background-color: #AC6854; }
a { background-color: rgb(172,104,84); }
div.DivClassName
{
background-color: #AC6854;
}
.BgClassName
{
background-color: #AC6854;
}
</style>
border-color css
<style>
span { border-color: #AC6854; }
span { border-color: rgb(172,104,84); }
td.TdClassName
{
border-color: #AC6854;
}
.TagClassName
{
border-color: #AC6854;
}
</style>