Shades of Sante Fe #AC604D
Tints of Sante Fe #AC604D
RGB
CMYK
RGB Variations
Color information
#AC604D (or 0xAC604D) is known color: Sante Fe. HEX triplet: AC, 60 and 4D. RGB value is (172,96,77). Sum of RGB (Red+Green+Blue) = 172+96+77=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC604D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC604D is #539FB2. Grayscale: #747474. Windows color (decimal): -5480371 or 5071020. OLE color: 5071020.
HSL color Cylindrical-coordinate representation of color #AC604D: hue angle of 12º 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 #AC604D is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 96 | 77 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.33 |
| HSL | 12º | 0.38% | 0.49% | - |
| HSV(B) | 12º | 0.55% | 0.67% | - |
| XYZ | 22.54 | 17.67 | 9.24 | - |
| YUV | 116.56 | 105.68 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 96 | 77 | 0 | 0.44 | 0.55 | 0.33 | 12 | 0.38 | 0.49 |
| Hex | AC | 60 | 4D | 0 | 2C | 37 | 21 | C | 26 | 31 |
| Octal | 254 | 140 | 115 | 0 | 54 | 67 | 41 | 14 | 46 | 61 |
| Binary | 10101100 | 1100000 | 1001101 | 0 | 101100 | 110111 | 100001 | 1100 | 100110 | 110001 |
Color Harmonies of #AC604D
Complementary color
Monochromatic Colors of #AC604D
Black with #AC604D
Text Example
Text Example
White with #AC604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC604D; }
p { color: rgb(172,96,77); }
H1.HeaderClassName
{
color: #AC604D;
}
.AnyTagClassName
{
color: #AC604D;
}
</style>
background-color css
<style>
a { background-color: #AC604D; }
a { background-color: rgb(172,96,77); }
div.DivClassName
{
background-color: #AC604D;
}
.BgClassName
{
background-color: #AC604D;
}
</style>
border-color css
<style>
span { border-color: #AC604D; }
span { border-color: rgb(172,96,77); }
td.TdClassName
{
border-color: #AC604D;
}
.TagClassName
{
border-color: #AC604D;
}
</style>