Shades of Sante Fe #AC6949
Tints of Sante Fe #AC6949
RGB
CMYK
RGB Variations
Color information
#AC6949 (or 0xAC6949) is known color: Sante Fe. HEX triplet: AC, 69 and 49. RGB value is (172,105,73). Sum of RGB (Red+Green+Blue) = 172+105+73=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6949 is #5396B6. Grayscale: #797979. Windows color (decimal): -5478071 or 4811180. OLE color: 4811180.
HSL color Cylindrical-coordinate representation of color #AC6949: hue angle of 19.39º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC6949 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 105 | 73 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.33 |
| HSL | 19.39º | 0.4% | 0.48% | - |
| HSV(B) | 19.39º | 0.58% | 0.67% | - |
| XYZ | 23.27 | 19.35 | 8.81 | - |
| YUV | 121.39 | 100.7 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 105 | 73 | 0 | 0.39 | 0.58 | 0.33 | 19.39 | 0.4 | 0.48 |
| Hex | AC | 69 | 49 | 0 | 27 | 3A | 21 | 13 | 28 | 30 |
| Octal | 254 | 151 | 111 | 0 | 47 | 72 | 41 | 23 | 50 | 60 |
| Binary | 10101100 | 1101001 | 1001001 | 0 | 100111 | 111010 | 100001 | 10011 | 101000 | 110000 |
Color Harmonies of #AC6949
Complementary color
Monochromatic Colors of #AC6949
Black with #AC6949
Text Example
Text Example
White with #AC6949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6949; }
p { color: rgb(172,105,73); }
H1.HeaderClassName
{
color: #AC6949;
}
.AnyTagClassName
{
color: #AC6949;
}
</style>
background-color css
<style>
a { background-color: #AC6949; }
a { background-color: rgb(172,105,73); }
div.DivClassName
{
background-color: #AC6949;
}
.BgClassName
{
background-color: #AC6949;
}
</style>
border-color css
<style>
span { border-color: #AC6949; }
span { border-color: rgb(172,105,73); }
td.TdClassName
{
border-color: #AC6949;
}
.TagClassName
{
border-color: #AC6949;
}
</style>