Shades of Sante Fe #AC7553
Tints of Sante Fe #AC7553
RGB
CMYK
RGB Variations
Color information
#AC7553 (or 0xAC7553) is known color: Sante Fe. HEX triplet: AC, 75 and 53. RGB value is (172,117,83). Sum of RGB (Red+Green+Blue) = 172+117+83=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7553 is #538AAC. Grayscale: #818181. Windows color (decimal): -5474989 or 5469612. OLE color: 5469612.
HSL color Cylindrical-coordinate representation of color #AC7553: hue angle of 22.92º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC7553 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 83 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.33 |
| HSL | 22.92º | 0.35% | 0.5% | - |
| HSV(B) | 22.92º | 0.52% | 0.67% | - |
| XYZ | 24.94 | 22.12 | 11.14 | - |
| YUV | 129.57 | 101.72 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 83 | 0 | 0.32 | 0.52 | 0.33 | 22.92 | 0.35 | 0.5 |
| Hex | AC | 75 | 53 | 0 | 20 | 34 | 21 | 17 | 23 | 32 |
| Octal | 254 | 165 | 123 | 0 | 40 | 64 | 41 | 27 | 43 | 62 |
| Binary | 10101100 | 1110101 | 1010011 | 0 | 100000 | 110100 | 100001 | 10111 | 100011 | 110010 |
Color Harmonies of #AC7553
Complementary color
Monochromatic Colors of #AC7553
Black with #AC7553
Text Example
Text Example
White with #AC7553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7553; }
p { color: rgb(172,117,83); }
H1.HeaderClassName
{
color: #AC7553;
}
.AnyTagClassName
{
color: #AC7553;
}
</style>
background-color css
<style>
a { background-color: #AC7553; }
a { background-color: rgb(172,117,83); }
div.DivClassName
{
background-color: #AC7553;
}
.BgClassName
{
background-color: #AC7553;
}
</style>
border-color css
<style>
span { border-color: #AC7553; }
span { border-color: rgb(172,117,83); }
td.TdClassName
{
border-color: #AC7553;
}
.TagClassName
{
border-color: #AC7553;
}
</style>