Shades of Sante Fe #AC694E
Tints of Sante Fe #AC694E
RGB
CMYK
RGB Variations
Color information
#AC694E (or 0xAC694E) is known color: Sante Fe. HEX triplet: AC, 69 and 4E. RGB value is (172,105,78). Sum of RGB (Red+Green+Blue) = 172+105+78=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC694E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC694E is #5396B1. Grayscale: #7A7A7A. Windows color (decimal): -5478066 or 5138860. OLE color: 5138860.
HSL color Cylindrical-coordinate representation of color #AC694E: hue angle of 17.23º 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 #AC694E is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 105 | 78 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.33 |
| HSL | 17.23º | 0.38% | 0.49% | - |
| HSV(B) | 17.23º | 0.55% | 0.67% | - |
| XYZ | 23.44 | 19.42 | 9.72 | - |
| YUV | 121.96 | 103.2 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 105 | 78 | 0 | 0.39 | 0.55 | 0.33 | 17.23 | 0.38 | 0.49 |
| Hex | AC | 69 | 4E | 0 | 27 | 37 | 21 | 11 | 26 | 31 |
| Octal | 254 | 151 | 116 | 0 | 47 | 67 | 41 | 21 | 46 | 61 |
| Binary | 10101100 | 1101001 | 1001110 | 0 | 100111 | 110111 | 100001 | 10001 | 100110 | 110001 |
Color Harmonies of #AC694E
Complementary color
Monochromatic Colors of #AC694E
Black with #AC694E
Text Example
Text Example
White with #AC694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC694E; }
p { color: rgb(172,105,78); }
H1.HeaderClassName
{
color: #AC694E;
}
.AnyTagClassName
{
color: #AC694E;
}
</style>
background-color css
<style>
a { background-color: #AC694E; }
a { background-color: rgb(172,105,78); }
div.DivClassName
{
background-color: #AC694E;
}
.BgClassName
{
background-color: #AC694E;
}
</style>
border-color css
<style>
span { border-color: #AC694E; }
span { border-color: rgb(172,105,78); }
td.TdClassName
{
border-color: #AC694E;
}
.TagClassName
{
border-color: #AC694E;
}
</style>