Shades of Sante Fe #AC734D
Tints of Sante Fe #AC734D
RGB
CMYK
RGB Variations
Color information
#AC734D (or 0xAC734D) is known color: Sante Fe. HEX triplet: AC, 73 and 4D. RGB value is (172,115,77). Sum of RGB (Red+Green+Blue) = 172+115+77=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC734D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC734D is #538CB2. Grayscale: #7F7F7F. Windows color (decimal): -5475507 or 5075884. OLE color: 5075884.
HSL color Cylindrical-coordinate representation of color #AC734D: hue angle of 24º 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 #AC734D is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 115 | 77 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.33 |
| HSL | 24º | 0.38% | 0.49% | - |
| HSV(B) | 24º | 0.55% | 0.67% | - |
| XYZ | 24.48 | 21.57 | 9.89 | - |
| YUV | 127.71 | 99.38 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 77 | 0 | 0.33 | 0.55 | 0.33 | 24 | 0.38 | 0.49 |
| Hex | AC | 73 | 4D | 0 | 21 | 37 | 21 | 18 | 26 | 31 |
| Octal | 254 | 163 | 115 | 0 | 41 | 67 | 41 | 30 | 46 | 61 |
| Binary | 10101100 | 1110011 | 1001101 | 0 | 100001 | 110111 | 100001 | 11000 | 100110 | 110001 |
Color Harmonies of #AC734D
Complementary color
Monochromatic Colors of #AC734D
Black with #AC734D
Text Example
Text Example
White with #AC734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC734D; }
p { color: rgb(172,115,77); }
H1.HeaderClassName
{
color: #AC734D;
}
.AnyTagClassName
{
color: #AC734D;
}
</style>
background-color css
<style>
a { background-color: #AC734D; }
a { background-color: rgb(172,115,77); }
div.DivClassName
{
background-color: #AC734D;
}
.BgClassName
{
background-color: #AC734D;
}
</style>
border-color css
<style>
span { border-color: #AC734D; }
span { border-color: rgb(172,115,77); }
td.TdClassName
{
border-color: #AC734D;
}
.TagClassName
{
border-color: #AC734D;
}
</style>