Shades of Sante Fe #AC6452
Tints of Sante Fe #AC6452
RGB
CMYK
RGB Variations
Color information
#AC6452 (or 0xAC6452) is known color: Sante Fe. HEX triplet: AC, 64 and 52. RGB value is (172,100,82). Sum of RGB (Red+Green+Blue) = 172+100+82=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6452 is #539BAD. Grayscale: #777777. Windows color (decimal): -5479342 or 5399724. OLE color: 5399724.
HSL color Cylindrical-coordinate representation of color #AC6452: hue angle of 12º 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 #AC6452 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 82 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.33 |
| HSL | 12º | 0.35% | 0.5% | - |
| HSV(B) | 12º | 0.52% | 0.67% | - |
| XYZ | 23.09 | 18.49 | 10.34 | - |
| YUV | 119.48 | 106.85 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 82 | 0 | 0.42 | 0.52 | 0.33 | 12 | 0.35 | 0.5 |
| Hex | AC | 64 | 52 | 0 | 2A | 34 | 21 | C | 23 | 32 |
| Octal | 254 | 144 | 122 | 0 | 52 | 64 | 41 | 14 | 43 | 62 |
| Binary | 10101100 | 1100100 | 1010010 | 0 | 101010 | 110100 | 100001 | 1100 | 100011 | 110010 |
Color Harmonies of #AC6452
Complementary color
Monochromatic Colors of #AC6452
Black with #AC6452
Text Example
Text Example
White with #AC6452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6452; }
p { color: rgb(172,100,82); }
H1.HeaderClassName
{
color: #AC6452;
}
.AnyTagClassName
{
color: #AC6452;
}
</style>
background-color css
<style>
a { background-color: #AC6452; }
a { background-color: rgb(172,100,82); }
div.DivClassName
{
background-color: #AC6452;
}
.BgClassName
{
background-color: #AC6452;
}
</style>
border-color css
<style>
span { border-color: #AC6452; }
span { border-color: rgb(172,100,82); }
td.TdClassName
{
border-color: #AC6452;
}
.TagClassName
{
border-color: #AC6452;
}
</style>