Shades of Sante Fe #AC7256
Tints of Sante Fe #AC7256
RGB
CMYK
RGB Variations
Color information
#AC7256 (or 0xAC7256) is known color: Sante Fe. HEX triplet: AC, 72 and 56. RGB value is (172,114,86). Sum of RGB (Red+Green+Blue) = 172+114+86=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7256 is #538DA9. Grayscale: #808080. Windows color (decimal): -5475754 or 5665452. OLE color: 5665452.
HSL color Cylindrical-coordinate representation of color #AC7256: hue angle of 19.53º 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 #AC7256 is Cyan = 0, Magento = 0.34, Yellow = 0.5 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 86 | - |
| CMYK | 0 | 0.34 | 0.5 | 0.33 |
| HSL | 19.53º | 0.34% | 0.51% | - |
| HSV(B) | 19.53º | 0.5% | 0.67% | - |
| XYZ | 24.71 | 21.48 | 11.65 | - |
| YUV | 128.15 | 104.22 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 86 | 0 | 0.34 | 0.5 | 0.33 | 19.53 | 0.34 | 0.51 |
| Hex | AC | 72 | 56 | 0 | 22 | 32 | 21 | 14 | 22 | 33 |
| Octal | 254 | 162 | 126 | 0 | 42 | 62 | 41 | 24 | 42 | 63 |
| Binary | 10101100 | 1110010 | 1010110 | 0 | 100010 | 110010 | 100001 | 10100 | 100010 | 110011 |
Color Harmonies of #AC7256
Complementary color
Monochromatic Colors of #AC7256
Black with #AC7256
Text Example
Text Example
White with #AC7256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7256; }
p { color: rgb(172,114,86); }
H1.HeaderClassName
{
color: #AC7256;
}
.AnyTagClassName
{
color: #AC7256;
}
</style>
background-color css
<style>
a { background-color: #AC7256; }
a { background-color: rgb(172,114,86); }
div.DivClassName
{
background-color: #AC7256;
}
.BgClassName
{
background-color: #AC7256;
}
</style>
border-color css
<style>
span { border-color: #AC7256; }
span { border-color: rgb(172,114,86); }
td.TdClassName
{
border-color: #AC7256;
}
.TagClassName
{
border-color: #AC7256;
}
</style>