Shades of Sante Fe #AC6D55
Tints of Sante Fe #AC6D55
RGB
CMYK
RGB Variations
Color information
#AC6D55 (or 0xAC6D55) is known color: Sante Fe. HEX triplet: AC, 6D and 55. RGB value is (172,109,85). Sum of RGB (Red+Green+Blue) = 172+109+85=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6D55 is #5392AA. Grayscale: #7D7D7D. Windows color (decimal): -5477035 or 5598636. OLE color: 5598636.
HSL color Cylindrical-coordinate representation of color #AC6D55: hue angle of 16.55º 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 #AC6D55 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 85 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.33 |
| HSL | 16.55º | 0.34% | 0.5% | - |
| HSV(B) | 16.55º | 0.51% | 0.67% | - |
| XYZ | 24.12 | 20.36 | 11.25 | - |
| YUV | 125.1 | 105.37 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 85 | 0 | 0.37 | 0.51 | 0.33 | 16.55 | 0.34 | 0.5 |
| Hex | AC | 6D | 55 | 0 | 25 | 33 | 21 | 11 | 22 | 32 |
| Octal | 254 | 155 | 125 | 0 | 45 | 63 | 41 | 21 | 42 | 62 |
| Binary | 10101100 | 1101101 | 1010101 | 0 | 100101 | 110011 | 100001 | 10001 | 100010 | 110010 |
Color Harmonies of #AC6D55
Complementary color
Monochromatic Colors of #AC6D55
Black with #AC6D55
Text Example
Text Example
White with #AC6D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D55; }
p { color: rgb(172,109,85); }
H1.HeaderClassName
{
color: #AC6D55;
}
.AnyTagClassName
{
color: #AC6D55;
}
</style>
background-color css
<style>
a { background-color: #AC6D55; }
a { background-color: rgb(172,109,85); }
div.DivClassName
{
background-color: #AC6D55;
}
.BgClassName
{
background-color: #AC6D55;
}
</style>
border-color css
<style>
span { border-color: #AC6D55; }
span { border-color: rgb(172,109,85); }
td.TdClassName
{
border-color: #AC6D55;
}
.TagClassName
{
border-color: #AC6D55;
}
</style>