Shades of Sante Fe #AC694A
Tints of Sante Fe #AC694A
RGB
CMYK
RGB Variations
Color information
#AC694A (or 0xAC694A) is known color: Sante Fe. HEX triplet: AC, 69 and 4A. RGB value is (172,105,74). Sum of RGB (Red+Green+Blue) = 172+105+74=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC694A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC694A is #5396B5. Grayscale: #797979. Windows color (decimal): -5478070 or 4876716. OLE color: 4876716.
HSL color Cylindrical-coordinate representation of color #AC694A: hue angle of 18.98º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC694A is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 105 | 74 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.33 |
| HSL | 18.98º | 0.4% | 0.48% | - |
| HSV(B) | 18.98º | 0.57% | 0.67% | - |
| XYZ | 23.3 | 19.37 | 8.99 | - |
| YUV | 121.5 | 101.2 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 105 | 74 | 0 | 0.39 | 0.57 | 0.33 | 18.98 | 0.4 | 0.48 |
| Hex | AC | 69 | 4A | 0 | 27 | 39 | 21 | 13 | 28 | 30 |
| Octal | 254 | 151 | 112 | 0 | 47 | 71 | 41 | 23 | 50 | 60 |
| Binary | 10101100 | 1101001 | 1001010 | 0 | 100111 | 111001 | 100001 | 10011 | 101000 | 110000 |
Color Harmonies of #AC694A
Complementary color
Monochromatic Colors of #AC694A
Black with #AC694A
Text Example
Text Example
White with #AC694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC694A; }
p { color: rgb(172,105,74); }
H1.HeaderClassName
{
color: #AC694A;
}
.AnyTagClassName
{
color: #AC694A;
}
</style>
background-color css
<style>
a { background-color: #AC694A; }
a { background-color: rgb(172,105,74); }
div.DivClassName
{
background-color: #AC694A;
}
.BgClassName
{
background-color: #AC694A;
}
</style>
border-color css
<style>
span { border-color: #AC694A; }
span { border-color: rgb(172,105,74); }
td.TdClassName
{
border-color: #AC694A;
}
.TagClassName
{
border-color: #AC694A;
}
</style>