Shades of Sante Fe #AC754E
Tints of Sante Fe #AC754E
RGB
CMYK
RGB Variations
Color information
#AC754E (or 0xAC754E) is known color: Sante Fe. HEX triplet: AC, 75 and 4E. RGB value is (172,117,78). Sum of RGB (Red+Green+Blue) = 172+117+78=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC754E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC754E is #538AB1. Grayscale: #818181. Windows color (decimal): -5474994 or 5141932. OLE color: 5141932.
HSL color Cylindrical-coordinate representation of color #AC754E: hue angle of 24.89º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC754E is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 78 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.33 |
| HSL | 24.89º | 0.38% | 0.49% | - |
| HSV(B) | 24.89º | 0.55% | 0.67% | - |
| XYZ | 24.75 | 22.04 | 10.16 | - |
| YUV | 129 | 99.22 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 78 | 0 | 0.32 | 0.55 | 0.33 | 24.89 | 0.38 | 0.49 |
| Hex | AC | 75 | 4E | 0 | 20 | 37 | 21 | 19 | 26 | 31 |
| Octal | 254 | 165 | 116 | 0 | 40 | 67 | 41 | 31 | 46 | 61 |
| Binary | 10101100 | 1110101 | 1001110 | 0 | 100000 | 110111 | 100001 | 11001 | 100110 | 110001 |
Color Harmonies of #AC754E
Complementary color
Monochromatic Colors of #AC754E
Black with #AC754E
Text Example
Text Example
White with #AC754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC754E; }
p { color: rgb(172,117,78); }
H1.HeaderClassName
{
color: #AC754E;
}
.AnyTagClassName
{
color: #AC754E;
}
</style>
background-color css
<style>
a { background-color: #AC754E; }
a { background-color: rgb(172,117,78); }
div.DivClassName
{
background-color: #AC754E;
}
.BgClassName
{
background-color: #AC754E;
}
</style>
border-color css
<style>
span { border-color: #AC754E; }
span { border-color: rgb(172,117,78); }
td.TdClassName
{
border-color: #AC754E;
}
.TagClassName
{
border-color: #AC754E;
}
</style>