Shades of Sante Fe #AC694F
Tints of Sante Fe #AC694F
RGB
CMYK
RGB Variations
Color information
#AC694F (or 0xAC694F) is known color: Sante Fe. HEX triplet: AC, 69 and 4F. RGB value is (172,105,79). Sum of RGB (Red+Green+Blue) = 172+105+79=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC694F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC694F is #5396B0. Grayscale: #7A7A7A. Windows color (decimal): -5478065 or 5204396. OLE color: 5204396.
HSL color Cylindrical-coordinate representation of color #AC694F: hue angle of 16.77º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC694F is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 105 | 79 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.33 |
| HSL | 16.77º | 0.37% | 0.49% | - |
| HSV(B) | 16.77º | 0.54% | 0.67% | - |
| XYZ | 23.48 | 19.44 | 9.91 | - |
| YUV | 122.07 | 103.7 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 105 | 79 | 0 | 0.39 | 0.54 | 0.33 | 16.77 | 0.37 | 0.49 |
| Hex | AC | 69 | 4F | 0 | 27 | 36 | 21 | 11 | 25 | 31 |
| Octal | 254 | 151 | 117 | 0 | 47 | 66 | 41 | 21 | 45 | 61 |
| Binary | 10101100 | 1101001 | 1001111 | 0 | 100111 | 110110 | 100001 | 10001 | 100101 | 110001 |
Color Harmonies of #AC694F
Complementary color
Monochromatic Colors of #AC694F
Black with #AC694F
Text Example
Text Example
White with #AC694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC694F; }
p { color: rgb(172,105,79); }
H1.HeaderClassName
{
color: #AC694F;
}
.AnyTagClassName
{
color: #AC694F;
}
</style>
background-color css
<style>
a { background-color: #AC694F; }
a { background-color: rgb(172,105,79); }
div.DivClassName
{
background-color: #AC694F;
}
.BgClassName
{
background-color: #AC694F;
}
</style>
border-color css
<style>
span { border-color: #AC694F; }
span { border-color: rgb(172,105,79); }
td.TdClassName
{
border-color: #AC694F;
}
.TagClassName
{
border-color: #AC694F;
}
</style>