Shades of Sante Fe #AC764D
Tints of Sante Fe #AC764D
RGB
CMYK
RGB Variations
Color information
#AC764D (or 0xAC764D) is known color: Sante Fe. HEX triplet: AC, 76 and 4D. RGB value is (172,118,77). Sum of RGB (Red+Green+Blue) = 172+118+77=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC764D is #5389B2. Grayscale: #818181. Windows color (decimal): -5474739 or 5076652. OLE color: 5076652.
HSL color Cylindrical-coordinate representation of color #AC764D: hue angle of 25.89º 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 #AC764D is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 118 | 77 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.33 |
| HSL | 25.89º | 0.38% | 0.49% | - |
| HSV(B) | 25.89º | 0.55% | 0.67% | - |
| XYZ | 24.83 | 22.26 | 10.01 | - |
| YUV | 129.47 | 98.39 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 77 | 0 | 0.31 | 0.55 | 0.33 | 25.89 | 0.38 | 0.49 |
| Hex | AC | 76 | 4D | 0 | 1F | 37 | 21 | 1A | 26 | 31 |
| Octal | 254 | 166 | 115 | 0 | 37 | 67 | 41 | 32 | 46 | 61 |
| Binary | 10101100 | 1110110 | 1001101 | 0 | 11111 | 110111 | 100001 | 11010 | 100110 | 110001 |
Color Harmonies of #AC764D
Complementary color
Monochromatic Colors of #AC764D
Black with #AC764D
Text Example
Text Example
White with #AC764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC764D; }
p { color: rgb(172,118,77); }
H1.HeaderClassName
{
color: #AC764D;
}
.AnyTagClassName
{
color: #AC764D;
}
</style>
background-color css
<style>
a { background-color: #AC764D; }
a { background-color: rgb(172,118,77); }
div.DivClassName
{
background-color: #AC764D;
}
.BgClassName
{
background-color: #AC764D;
}
</style>
border-color css
<style>
span { border-color: #AC764D; }
span { border-color: rgb(172,118,77); }
td.TdClassName
{
border-color: #AC764D;
}
.TagClassName
{
border-color: #AC764D;
}
</style>