Shades of Sante Fe #AC694D
Tints of Sante Fe #AC694D
RGB
CMYK
RGB Variations
Color information
#AC694D (or 0xAC694D) is known color: Sante Fe. HEX triplet: AC, 69 and 4D. RGB value is (172,105,77). Sum of RGB (Red+Green+Blue) = 172+105+77=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC694D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC694D is #5396B2. Grayscale: #7A7A7A. Windows color (decimal): -5478067 or 5073324. OLE color: 5073324.
HSL color Cylindrical-coordinate representation of color #AC694D: hue angle of 17.68º 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 #AC694D is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 105 | 77 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.33 |
| HSL | 17.68º | 0.38% | 0.49% | - |
| HSV(B) | 17.68º | 0.55% | 0.67% | - |
| XYZ | 23.4 | 19.41 | 9.53 | - |
| YUV | 121.84 | 102.7 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 105 | 77 | 0 | 0.39 | 0.55 | 0.33 | 17.68 | 0.38 | 0.49 |
| Hex | AC | 69 | 4D | 0 | 27 | 37 | 21 | 12 | 26 | 31 |
| Octal | 254 | 151 | 115 | 0 | 47 | 67 | 41 | 22 | 46 | 61 |
| Binary | 10101100 | 1101001 | 1001101 | 0 | 100111 | 110111 | 100001 | 10010 | 100110 | 110001 |
Color Harmonies of #AC694D
Complementary color
Monochromatic Colors of #AC694D
Black with #AC694D
Text Example
Text Example
White with #AC694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC694D; }
p { color: rgb(172,105,77); }
H1.HeaderClassName
{
color: #AC694D;
}
.AnyTagClassName
{
color: #AC694D;
}
</style>
background-color css
<style>
a { background-color: #AC694D; }
a { background-color: rgb(172,105,77); }
div.DivClassName
{
background-color: #AC694D;
}
.BgClassName
{
background-color: #AC694D;
}
</style>
border-color css
<style>
span { border-color: #AC694D; }
span { border-color: rgb(172,105,77); }
td.TdClassName
{
border-color: #AC694D;
}
.TagClassName
{
border-color: #AC694D;
}
</style>