Shades of Sante Fe #AC624D
Tints of Sante Fe #AC624D
RGB
CMYK
RGB Variations
Color information
#AC624D (or 0xAC624D) is known color: Sante Fe. HEX triplet: AC, 62 and 4D. RGB value is (172,98,77). Sum of RGB (Red+Green+Blue) = 172+98+77=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC624D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC624D is #539DB2. Grayscale: #757575. Windows color (decimal): -5479859 or 5071532. OLE color: 5071532.
HSL color Cylindrical-coordinate representation of color #AC624D: hue angle of 13.26º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC624D is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 98 | 77 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.33 |
| HSL | 13.26º | 0.38% | 0.49% | - |
| HSV(B) | 13.26º | 0.55% | 0.67% | - |
| XYZ | 22.72 | 18.04 | 9.31 | - |
| YUV | 117.73 | 105.02 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 77 | 0 | 0.43 | 0.55 | 0.33 | 13.26 | 0.38 | 0.49 |
| Hex | AC | 62 | 4D | 0 | 2B | 37 | 21 | D | 26 | 31 |
| Octal | 254 | 142 | 115 | 0 | 53 | 67 | 41 | 15 | 46 | 61 |
| Binary | 10101100 | 1100010 | 1001101 | 0 | 101011 | 110111 | 100001 | 1101 | 100110 | 110001 |
Color Harmonies of #AC624D
Complementary color
Monochromatic Colors of #AC624D
Black with #AC624D
Text Example
Text Example
White with #AC624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC624D; }
p { color: rgb(172,98,77); }
H1.HeaderClassName
{
color: #AC624D;
}
.AnyTagClassName
{
color: #AC624D;
}
</style>
background-color css
<style>
a { background-color: #AC624D; }
a { background-color: rgb(172,98,77); }
div.DivClassName
{
background-color: #AC624D;
}
.BgClassName
{
background-color: #AC624D;
}
</style>
border-color css
<style>
span { border-color: #AC624D; }
span { border-color: rgb(172,98,77); }
td.TdClassName
{
border-color: #AC624D;
}
.TagClassName
{
border-color: #AC624D;
}
</style>