Shades of Sante Fe #AC6453
Tints of Sante Fe #AC6453
RGB
CMYK
RGB Variations
Color information
#AC6453 (or 0xAC6453) is known color: Sante Fe. HEX triplet: AC, 64 and 53. RGB value is (172,100,83). Sum of RGB (Red+Green+Blue) = 172+100+83=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6453 is #539BAC. Grayscale: #777777. Windows color (decimal): -5479341 or 5465260. OLE color: 5465260.
HSL color Cylindrical-coordinate representation of color #AC6453: hue angle of 11.46º 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 #AC6453 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 83 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.33 |
| HSL | 11.46º | 0.35% | 0.5% | - |
| HSV(B) | 11.46º | 0.52% | 0.67% | - |
| XYZ | 23.13 | 18.51 | 10.54 | - |
| YUV | 119.59 | 107.35 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 83 | 0 | 0.42 | 0.52 | 0.33 | 11.46 | 0.35 | 0.5 |
| Hex | AC | 64 | 53 | 0 | 2A | 34 | 21 | B | 23 | 32 |
| Octal | 254 | 144 | 123 | 0 | 52 | 64 | 41 | 13 | 43 | 62 |
| Binary | 10101100 | 1100100 | 1010011 | 0 | 101010 | 110100 | 100001 | 1011 | 100011 | 110010 |
Color Harmonies of #AC6453
Complementary color
Monochromatic Colors of #AC6453
Black with #AC6453
Text Example
Text Example
White with #AC6453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6453; }
p { color: rgb(172,100,83); }
H1.HeaderClassName
{
color: #AC6453;
}
.AnyTagClassName
{
color: #AC6453;
}
</style>
background-color css
<style>
a { background-color: #AC6453; }
a { background-color: rgb(172,100,83); }
div.DivClassName
{
background-color: #AC6453;
}
.BgClassName
{
background-color: #AC6453;
}
</style>
border-color css
<style>
span { border-color: #AC6453; }
span { border-color: rgb(172,100,83); }
td.TdClassName
{
border-color: #AC6453;
}
.TagClassName
{
border-color: #AC6453;
}
</style>