Shades of Sante Fe #AC6352
Tints of Sante Fe #AC6352
RGB
CMYK
RGB Variations
Color information
#AC6352 (or 0xAC6352) is known color: Sante Fe. HEX triplet: AC, 63 and 52. RGB value is (172,99,82). Sum of RGB (Red+Green+Blue) = 172+99+82=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6352 is #539CAD. Grayscale: #777777. Windows color (decimal): -5479598 or 5399468. OLE color: 5399468.
HSL color Cylindrical-coordinate representation of color #AC6352: hue angle of 11.33º 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 #AC6352 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 82 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.33 |
| HSL | 11.33º | 0.35% | 0.5% | - |
| HSV(B) | 11.33º | 0.52% | 0.67% | - |
| XYZ | 23 | 18.3 | 10.3 | - |
| YUV | 118.89 | 107.18 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 82 | 0 | 0.42 | 0.52 | 0.33 | 11.33 | 0.35 | 0.5 |
| Hex | AC | 63 | 52 | 0 | 2A | 34 | 21 | B | 23 | 32 |
| Octal | 254 | 143 | 122 | 0 | 52 | 64 | 41 | 13 | 43 | 62 |
| Binary | 10101100 | 1100011 | 1010010 | 0 | 101010 | 110100 | 100001 | 1011 | 100011 | 110010 |
Color Harmonies of #AC6352
Complementary color
Monochromatic Colors of #AC6352
Black with #AC6352
Text Example
Text Example
White with #AC6352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6352; }
p { color: rgb(172,99,82); }
H1.HeaderClassName
{
color: #AC6352;
}
.AnyTagClassName
{
color: #AC6352;
}
</style>
background-color css
<style>
a { background-color: #AC6352; }
a { background-color: rgb(172,99,82); }
div.DivClassName
{
background-color: #AC6352;
}
.BgClassName
{
background-color: #AC6352;
}
</style>
border-color css
<style>
span { border-color: #AC6352; }
span { border-color: rgb(172,99,82); }
td.TdClassName
{
border-color: #AC6352;
}
.TagClassName
{
border-color: #AC6352;
}
</style>