Shades of Sante Fe #AC6250
Tints of Sante Fe #AC6250
RGB
CMYK
RGB Variations
Color information
#AC6250 (or 0xAC6250) is known color: Sante Fe. HEX triplet: AC, 62 and 50. RGB value is (172,98,80). Sum of RGB (Red+Green+Blue) = 172+98+80=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6250 is #539DAF. Grayscale: #767676. Windows color (decimal): -5479856 or 5268140. OLE color: 5268140.
HSL color Cylindrical-coordinate representation of color #AC6250: hue angle of 11.74º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC6250 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 98 | 80 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.33 |
| HSL | 11.74º | 0.37% | 0.49% | - |
| HSV(B) | 11.74º | 0.53% | 0.67% | - |
| XYZ | 22.83 | 18.09 | 9.88 | - |
| YUV | 118.07 | 106.52 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 80 | 0 | 0.43 | 0.53 | 0.33 | 11.74 | 0.37 | 0.49 |
| Hex | AC | 62 | 50 | 0 | 2B | 35 | 21 | C | 25 | 31 |
| Octal | 254 | 142 | 120 | 0 | 53 | 65 | 41 | 14 | 45 | 61 |
| Binary | 10101100 | 1100010 | 1010000 | 0 | 101011 | 110101 | 100001 | 1100 | 100101 | 110001 |
Color Harmonies of #AC6250
Complementary color
Monochromatic Colors of #AC6250
Black with #AC6250
Text Example
Text Example
White with #AC6250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6250; }
p { color: rgb(172,98,80); }
H1.HeaderClassName
{
color: #AC6250;
}
.AnyTagClassName
{
color: #AC6250;
}
</style>
background-color css
<style>
a { background-color: #AC6250; }
a { background-color: rgb(172,98,80); }
div.DivClassName
{
background-color: #AC6250;
}
.BgClassName
{
background-color: #AC6250;
}
</style>
border-color css
<style>
span { border-color: #AC6250; }
span { border-color: rgb(172,98,80); }
td.TdClassName
{
border-color: #AC6250;
}
.TagClassName
{
border-color: #AC6250;
}
</style>