Shades of Sante Fe #AC6853
Tints of Sante Fe #AC6853
RGB
CMYK
RGB Variations
Color information
#AC6853 (or 0xAC6853) is known color: Sante Fe. HEX triplet: AC, 68 and 53. RGB value is (172,104,83). Sum of RGB (Red+Green+Blue) = 172+104+83=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6853 is #5397AC. Grayscale: #7A7A7A. Windows color (decimal): -5478317 or 5466284. OLE color: 5466284.
HSL color Cylindrical-coordinate representation of color #AC6853: hue angle of 14.16º 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 #AC6853 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 83 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.33 |
| HSL | 14.16º | 0.35% | 0.5% | - |
| HSV(B) | 14.16º | 0.52% | 0.67% | - |
| XYZ | 23.52 | 19.3 | 10.67 | - |
| YUV | 121.94 | 106.03 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 83 | 0 | 0.40 | 0.52 | 0.33 | 14.16 | 0.35 | 0.5 |
| Hex | AC | 68 | 53 | 0 | 28 | 34 | 21 | E | 23 | 32 |
| Octal | 254 | 150 | 123 | 0 | 50 | 64 | 41 | 16 | 43 | 62 |
| Binary | 10101100 | 1101000 | 1010011 | 0 | 101000 | 110100 | 100001 | 1110 | 100011 | 110010 |
Color Harmonies of #AC6853
Complementary color
Monochromatic Colors of #AC6853
Black with #AC6853
Text Example
Text Example
White with #AC6853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6853; }
p { color: rgb(172,104,83); }
H1.HeaderClassName
{
color: #AC6853;
}
.AnyTagClassName
{
color: #AC6853;
}
</style>
background-color css
<style>
a { background-color: #AC6853; }
a { background-color: rgb(172,104,83); }
div.DivClassName
{
background-color: #AC6853;
}
.BgClassName
{
background-color: #AC6853;
}
</style>
border-color css
<style>
span { border-color: #AC6853; }
span { border-color: rgb(172,104,83); }
td.TdClassName
{
border-color: #AC6853;
}
.TagClassName
{
border-color: #AC6853;
}
</style>