Shades of Sante Fe #AC6656
Tints of Sante Fe #AC6656
RGB
CMYK
RGB Variations
Color information
#AC6656 (or 0xAC6656) is known color: Sante Fe. HEX triplet: AC, 66 and 56. RGB value is (172,102,86). Sum of RGB (Red+Green+Blue) = 172+102+86=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6656 is #5399A9. Grayscale: #797979. Windows color (decimal): -5478826 or 5662380. OLE color: 5662380.
HSL color Cylindrical-coordinate representation of color #AC6656: hue angle of 11.16º 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 #AC6656 is Cyan = 0, Magento = 0.41, Yellow = 0.5 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 86 | - |
| CMYK | 0 | 0.41 | 0.5 | 0.33 |
| HSL | 11.16º | 0.34% | 0.51% | - |
| HSV(B) | 11.16º | 0.5% | 0.67% | - |
| XYZ | 23.44 | 18.95 | 11.23 | - |
| YUV | 121.11 | 108.19 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 86 | 0 | 0.41 | 0.5 | 0.33 | 11.16 | 0.34 | 0.51 |
| Hex | AC | 66 | 56 | 0 | 29 | 32 | 21 | B | 22 | 33 |
| Octal | 254 | 146 | 126 | 0 | 51 | 62 | 41 | 13 | 42 | 63 |
| Binary | 10101100 | 1100110 | 1010110 | 0 | 101001 | 110010 | 100001 | 1011 | 100010 | 110011 |
Color Harmonies of #AC6656
Complementary color
Monochromatic Colors of #AC6656
Black with #AC6656
Text Example
Text Example
White with #AC6656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6656; }
p { color: rgb(172,102,86); }
H1.HeaderClassName
{
color: #AC6656;
}
.AnyTagClassName
{
color: #AC6656;
}
</style>
background-color css
<style>
a { background-color: #AC6656; }
a { background-color: rgb(172,102,86); }
div.DivClassName
{
background-color: #AC6656;
}
.BgClassName
{
background-color: #AC6656;
}
</style>
border-color css
<style>
span { border-color: #AC6656; }
span { border-color: rgb(172,102,86); }
td.TdClassName
{
border-color: #AC6656;
}
.TagClassName
{
border-color: #AC6656;
}
</style>