Shades of Sante Fe #AC7756
Tints of Sante Fe #AC7756
RGB
CMYK
RGB Variations
Color information
#AC7756 (or 0xAC7756) is known color: Sante Fe. HEX triplet: AC, 77 and 56. RGB value is (172,119,86). Sum of RGB (Red+Green+Blue) = 172+119+86=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7756 is #5388A9. Grayscale: #838383. Windows color (decimal): -5474474 or 5666732. OLE color: 5666732.
HSL color Cylindrical-coordinate representation of color #AC7756: hue angle of 23.02º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC7756 is Cyan = 0, Magento = 0.31, Yellow = 0.5 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 119 | 86 | - |
| CMYK | 0 | 0.31 | 0.5 | 0.33 |
| HSL | 23.02º | 0.34% | 0.51% | - |
| HSV(B) | 23.02º | 0.5% | 0.67% | - |
| XYZ | 25.29 | 22.64 | 11.84 | - |
| YUV | 131.09 | 102.56 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 86 | 0 | 0.31 | 0.5 | 0.33 | 23.02 | 0.34 | 0.51 |
| Hex | AC | 77 | 56 | 0 | 1F | 32 | 21 | 17 | 22 | 33 |
| Octal | 254 | 167 | 126 | 0 | 37 | 62 | 41 | 27 | 42 | 63 |
| Binary | 10101100 | 1110111 | 1010110 | 0 | 11111 | 110010 | 100001 | 10111 | 100010 | 110011 |
Color Harmonies of #AC7756
Complementary color
Monochromatic Colors of #AC7756
Black with #AC7756
Text Example
Text Example
White with #AC7756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7756; }
p { color: rgb(172,119,86); }
H1.HeaderClassName
{
color: #AC7756;
}
.AnyTagClassName
{
color: #AC7756;
}
</style>
background-color css
<style>
a { background-color: #AC7756; }
a { background-color: rgb(172,119,86); }
div.DivClassName
{
background-color: #AC7756;
}
.BgClassName
{
background-color: #AC7756;
}
</style>
border-color css
<style>
span { border-color: #AC7756; }
span { border-color: rgb(172,119,86); }
td.TdClassName
{
border-color: #AC7756;
}
.TagClassName
{
border-color: #AC7756;
}
</style>