Shades of Sante Fe #AC704C
Tints of Sante Fe #AC704C
RGB
CMYK
RGB Variations
Color information
#AC704C (or 0xAC704C) is known color: Sante Fe. HEX triplet: AC, 70 and 4C. RGB value is (172,112,76). Sum of RGB (Red+Green+Blue) = 172+112+76=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC704C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC704C is #538FB3. Grayscale: #7E7E7E. Windows color (decimal): -5476276 or 5009580. OLE color: 5009580.
HSL color Cylindrical-coordinate representation of color #AC704C: hue angle of 22.5º 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 #AC704C is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 76 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.33 |
| HSL | 22.5º | 0.39% | 0.49% | - |
| HSV(B) | 22.5º | 0.56% | 0.67% | - |
| XYZ | 24.11 | 20.88 | 9.6 | - |
| YUV | 125.84 | 99.88 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 76 | 0 | 0.35 | 0.56 | 0.33 | 22.5 | 0.39 | 0.49 |
| Hex | AC | 70 | 4C | 0 | 23 | 38 | 21 | 16 | 27 | 31 |
| Octal | 254 | 160 | 114 | 0 | 43 | 70 | 41 | 26 | 47 | 61 |
| Binary | 10101100 | 1110000 | 1001100 | 0 | 100011 | 111000 | 100001 | 10110 | 100111 | 110001 |
Color Harmonies of #AC704C
Complementary color
Monochromatic Colors of #AC704C
Black with #AC704C
Text Example
Text Example
White with #AC704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC704C; }
p { color: rgb(172,112,76); }
H1.HeaderClassName
{
color: #AC704C;
}
.AnyTagClassName
{
color: #AC704C;
}
</style>
background-color css
<style>
a { background-color: #AC704C; }
a { background-color: rgb(172,112,76); }
div.DivClassName
{
background-color: #AC704C;
}
.BgClassName
{
background-color: #AC704C;
}
</style>
border-color css
<style>
span { border-color: #AC704C; }
span { border-color: rgb(172,112,76); }
td.TdClassName
{
border-color: #AC704C;
}
.TagClassName
{
border-color: #AC704C;
}
</style>