Shades of Sante Fe #AC684D
Tints of Sante Fe #AC684D
RGB
CMYK
RGB Variations
Color information
#AC684D (or 0xAC684D) is known color: Sante Fe. HEX triplet: AC, 68 and 4D. RGB value is (172,104,77). Sum of RGB (Red+Green+Blue) = 172+104+77=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC684D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC684D is #5397B2. Grayscale: #797979. Windows color (decimal): -5478323 or 5073068. OLE color: 5073068.
HSL color Cylindrical-coordinate representation of color #AC684D: hue angle of 17.05º 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 #AC684D is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 77 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.33 |
| HSL | 17.05º | 0.38% | 0.49% | - |
| HSV(B) | 17.05º | 0.55% | 0.67% | - |
| XYZ | 23.3 | 19.21 | 9.5 | - |
| YUV | 121.25 | 103.03 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 77 | 0 | 0.40 | 0.55 | 0.33 | 17.05 | 0.38 | 0.49 |
| Hex | AC | 68 | 4D | 0 | 28 | 37 | 21 | 11 | 26 | 31 |
| Octal | 254 | 150 | 115 | 0 | 50 | 67 | 41 | 21 | 46 | 61 |
| Binary | 10101100 | 1101000 | 1001101 | 0 | 101000 | 110111 | 100001 | 10001 | 100110 | 110001 |
Color Harmonies of #AC684D
Complementary color
Monochromatic Colors of #AC684D
Black with #AC684D
Text Example
Text Example
White with #AC684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC684D; }
p { color: rgb(172,104,77); }
H1.HeaderClassName
{
color: #AC684D;
}
.AnyTagClassName
{
color: #AC684D;
}
</style>
background-color css
<style>
a { background-color: #AC684D; }
a { background-color: rgb(172,104,77); }
div.DivClassName
{
background-color: #AC684D;
}
.BgClassName
{
background-color: #AC684D;
}
</style>
border-color css
<style>
span { border-color: #AC684D; }
span { border-color: rgb(172,104,77); }
td.TdClassName
{
border-color: #AC684D;
}
.TagClassName
{
border-color: #AC684D;
}
</style>