Shades of Sante Fe #AC624C
Tints of Sante Fe #AC624C
RGB
CMYK
RGB Variations
Color information
#AC624C (or 0xAC624C) is known color: Sante Fe. HEX triplet: AC, 62 and 4C. RGB value is (172,98,76). Sum of RGB (Red+Green+Blue) = 172+98+76=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC624C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC624C is #539DB3. Grayscale: #757575. Windows color (decimal): -5479860 or 5005996. OLE color: 5005996.
HSL color Cylindrical-coordinate representation of color #AC624C: hue angle of 13.75º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC624C is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 98 | 76 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.33 |
| HSL | 13.75º | 0.39% | 0.49% | - |
| HSV(B) | 13.75º | 0.56% | 0.67% | - |
| XYZ | 22.69 | 18.03 | 9.12 | - |
| YUV | 117.62 | 104.52 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 76 | 0 | 0.43 | 0.56 | 0.33 | 13.75 | 0.39 | 0.49 |
| Hex | AC | 62 | 4C | 0 | 2B | 38 | 21 | E | 27 | 31 |
| Octal | 254 | 142 | 114 | 0 | 53 | 70 | 41 | 16 | 47 | 61 |
| Binary | 10101100 | 1100010 | 1001100 | 0 | 101011 | 111000 | 100001 | 1110 | 100111 | 110001 |
Color Harmonies of #AC624C
Complementary color
Monochromatic Colors of #AC624C
Black with #AC624C
Text Example
Text Example
White with #AC624C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC624C; }
p { color: rgb(172,98,76); }
H1.HeaderClassName
{
color: #AC624C;
}
.AnyTagClassName
{
color: #AC624C;
}
</style>
background-color css
<style>
a { background-color: #AC624C; }
a { background-color: rgb(172,98,76); }
div.DivClassName
{
background-color: #AC624C;
}
.BgClassName
{
background-color: #AC624C;
}
</style>
border-color css
<style>
span { border-color: #AC624C; }
span { border-color: rgb(172,98,76); }
td.TdClassName
{
border-color: #AC624C;
}
.TagClassName
{
border-color: #AC624C;
}
</style>