Shades of Sante Fe #AC7755
Tints of Sante Fe #AC7755
RGB
CMYK
RGB Variations
Color information
#AC7755 (or 0xAC7755) is known color: Sante Fe. HEX triplet: AC, 77 and 55. RGB value is (172,119,85). Sum of RGB (Red+Green+Blue) = 172+119+85=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7755 is #5388AA. Grayscale: #838383. Windows color (decimal): -5474475 or 5601196. OLE color: 5601196.
HSL color Cylindrical-coordinate representation of color #AC7755: hue angle of 23.45º 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 #AC7755 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 119 | 85 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.33 |
| HSL | 23.45º | 0.34% | 0.5% | - |
| HSV(B) | 23.45º | 0.51% | 0.67% | - |
| XYZ | 25.25 | 22.62 | 11.63 | - |
| YUV | 130.97 | 102.06 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 85 | 0 | 0.31 | 0.51 | 0.33 | 23.45 | 0.34 | 0.5 |
| Hex | AC | 77 | 55 | 0 | 1F | 33 | 21 | 17 | 22 | 32 |
| Octal | 254 | 167 | 125 | 0 | 37 | 63 | 41 | 27 | 42 | 62 |
| Binary | 10101100 | 1110111 | 1010101 | 0 | 11111 | 110011 | 100001 | 10111 | 100010 | 110010 |
Color Harmonies of #AC7755
Complementary color
Monochromatic Colors of #AC7755
Black with #AC7755
Text Example
Text Example
White with #AC7755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7755; }
p { color: rgb(172,119,85); }
H1.HeaderClassName
{
color: #AC7755;
}
.AnyTagClassName
{
color: #AC7755;
}
</style>
background-color css
<style>
a { background-color: #AC7755; }
a { background-color: rgb(172,119,85); }
div.DivClassName
{
background-color: #AC7755;
}
.BgClassName
{
background-color: #AC7755;
}
</style>
border-color css
<style>
span { border-color: #AC7755; }
span { border-color: rgb(172,119,85); }
td.TdClassName
{
border-color: #AC7755;
}
.TagClassName
{
border-color: #AC7755;
}
</style>