Shades of Sante Fe #AC6753
Tints of Sante Fe #AC6753
RGB
CMYK
RGB Variations
Color information
#AC6753 (or 0xAC6753) is known color: Sante Fe. HEX triplet: AC, 67 and 53. RGB value is (172,103,83). Sum of RGB (Red+Green+Blue) = 172+103+83=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6753 is #5398AC. Grayscale: #797979. Windows color (decimal): -5478573 or 5466028. OLE color: 5466028.
HSL color Cylindrical-coordinate representation of color #AC6753: hue angle of 13.48º 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 #AC6753 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 83 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.33 |
| HSL | 13.48º | 0.35% | 0.5% | - |
| HSV(B) | 13.48º | 0.52% | 0.67% | - |
| XYZ | 23.42 | 19.1 | 10.63 | - |
| YUV | 121.35 | 106.36 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 83 | 0 | 0.40 | 0.52 | 0.33 | 13.48 | 0.35 | 0.5 |
| Hex | AC | 67 | 53 | 0 | 28 | 34 | 21 | D | 23 | 32 |
| Octal | 254 | 147 | 123 | 0 | 50 | 64 | 41 | 15 | 43 | 62 |
| Binary | 10101100 | 1100111 | 1010011 | 0 | 101000 | 110100 | 100001 | 1101 | 100011 | 110010 |
Color Harmonies of #AC6753
Complementary color
Monochromatic Colors of #AC6753
Black with #AC6753
Text Example
Text Example
White with #AC6753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6753; }
p { color: rgb(172,103,83); }
H1.HeaderClassName
{
color: #AC6753;
}
.AnyTagClassName
{
color: #AC6753;
}
</style>
background-color css
<style>
a { background-color: #AC6753; }
a { background-color: rgb(172,103,83); }
div.DivClassName
{
background-color: #AC6753;
}
.BgClassName
{
background-color: #AC6753;
}
</style>
border-color css
<style>
span { border-color: #AC6753; }
span { border-color: rgb(172,103,83); }
td.TdClassName
{
border-color: #AC6753;
}
.TagClassName
{
border-color: #AC6753;
}
</style>