Shades of Sante Fe #AC6E53
Tints of Sante Fe #AC6E53
RGB
CMYK
RGB Variations
Color information
#AC6E53 (or 0xAC6E53) is known color: Sante Fe. HEX triplet: AC, 6E and 53. RGB value is (172,110,83). Sum of RGB (Red+Green+Blue) = 172+110+83=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6E53 is #5391AC. Grayscale: #7D7D7D. Windows color (decimal): -5476781 or 5467820. OLE color: 5467820.
HSL color Cylindrical-coordinate representation of color #AC6E53: hue angle of 18.2º 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 #AC6E53 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 110 | 83 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.33 |
| HSL | 18.2º | 0.35% | 0.5% | - |
| HSV(B) | 18.2º | 0.52% | 0.67% | - |
| XYZ | 24.15 | 20.55 | 10.88 | - |
| YUV | 125.46 | 104.04 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 83 | 0 | 0.36 | 0.52 | 0.33 | 18.2 | 0.35 | 0.5 |
| Hex | AC | 6E | 53 | 0 | 24 | 34 | 21 | 12 | 23 | 32 |
| Octal | 254 | 156 | 123 | 0 | 44 | 64 | 41 | 22 | 43 | 62 |
| Binary | 10101100 | 1101110 | 1010011 | 0 | 100100 | 110100 | 100001 | 10010 | 100011 | 110010 |
Color Harmonies of #AC6E53
Complementary color
Monochromatic Colors of #AC6E53
Black with #AC6E53
Text Example
Text Example
White with #AC6E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6E53; }
p { color: rgb(172,110,83); }
H1.HeaderClassName
{
color: #AC6E53;
}
.AnyTagClassName
{
color: #AC6E53;
}
</style>
background-color css
<style>
a { background-color: #AC6E53; }
a { background-color: rgb(172,110,83); }
div.DivClassName
{
background-color: #AC6E53;
}
.BgClassName
{
background-color: #AC6E53;
}
</style>
border-color css
<style>
span { border-color: #AC6E53; }
span { border-color: rgb(172,110,83); }
td.TdClassName
{
border-color: #AC6E53;
}
.TagClassName
{
border-color: #AC6E53;
}
</style>