Shades of Sante Fe #AC6C53
Tints of Sante Fe #AC6C53
RGB
CMYK
RGB Variations
Color information
#AC6C53 (or 0xAC6C53) is known color: Sante Fe. HEX triplet: AC, 6C and 53. RGB value is (172,108,83). Sum of RGB (Red+Green+Blue) = 172+108+83=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6C53 is #5393AC. Grayscale: #7C7C7C. Windows color (decimal): -5477293 or 5467308. OLE color: 5467308.
HSL color Cylindrical-coordinate representation of color #AC6C53: hue angle of 16.85º 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 #AC6C53 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 83 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.33 |
| HSL | 16.85º | 0.35% | 0.5% | - |
| HSV(B) | 16.85º | 0.52% | 0.67% | - |
| XYZ | 23.94 | 20.12 | 10.81 | - |
| YUV | 124.29 | 104.7 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 83 | 0 | 0.37 | 0.52 | 0.33 | 16.85 | 0.35 | 0.5 |
| Hex | AC | 6C | 53 | 0 | 25 | 34 | 21 | 11 | 23 | 32 |
| Octal | 254 | 154 | 123 | 0 | 45 | 64 | 41 | 21 | 43 | 62 |
| Binary | 10101100 | 1101100 | 1010011 | 0 | 100101 | 110100 | 100001 | 10001 | 100011 | 110010 |
Color Harmonies of #AC6C53
Complementary color
Monochromatic Colors of #AC6C53
Black with #AC6C53
Text Example
Text Example
White with #AC6C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6C53; }
p { color: rgb(172,108,83); }
H1.HeaderClassName
{
color: #AC6C53;
}
.AnyTagClassName
{
color: #AC6C53;
}
</style>
background-color css
<style>
a { background-color: #AC6C53; }
a { background-color: rgb(172,108,83); }
div.DivClassName
{
background-color: #AC6C53;
}
.BgClassName
{
background-color: #AC6C53;
}
</style>
border-color css
<style>
span { border-color: #AC6C53; }
span { border-color: rgb(172,108,83); }
td.TdClassName
{
border-color: #AC6C53;
}
.TagClassName
{
border-color: #AC6C53;
}
</style>