Shades of Sante Fe #AC6D59
Tints of Sante Fe #AC6D59
RGB
CMYK
RGB Variations
Color information
#AC6D59 (or 0xAC6D59) is known color: Sante Fe. HEX triplet: AC, 6D and 59. RGB value is (172,109,89). Sum of RGB (Red+Green+Blue) = 172+109+89=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6D59 is #5392A6. Grayscale: #7D7D7D. Windows color (decimal): -5477031 or 5860780. OLE color: 5860780.
HSL color Cylindrical-coordinate representation of color #AC6D59: hue angle of 14.46º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC6D59 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 89 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.33 |
| HSL | 14.46º | 0.33% | 0.51% | - |
| HSV(B) | 14.46º | 0.48% | 0.67% | - |
| XYZ | 24.29 | 20.43 | 12.11 | - |
| YUV | 125.56 | 107.37 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 89 | 0 | 0.37 | 0.48 | 0.33 | 14.46 | 0.33 | 0.51 |
| Hex | AC | 6D | 59 | 0 | 25 | 30 | 21 | E | 21 | 33 |
| Octal | 254 | 155 | 131 | 0 | 45 | 60 | 41 | 16 | 41 | 63 |
| Binary | 10101100 | 1101101 | 1011001 | 0 | 100101 | 110000 | 100001 | 1110 | 100001 | 110011 |
Color Harmonies of #AC6D59
Complementary color
Monochromatic Colors of #AC6D59
Black with #AC6D59
Text Example
Text Example
White with #AC6D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D59; }
p { color: rgb(172,109,89); }
H1.HeaderClassName
{
color: #AC6D59;
}
.AnyTagClassName
{
color: #AC6D59;
}
</style>
background-color css
<style>
a { background-color: #AC6D59; }
a { background-color: rgb(172,109,89); }
div.DivClassName
{
background-color: #AC6D59;
}
.BgClassName
{
background-color: #AC6D59;
}
</style>
border-color css
<style>
span { border-color: #AC6D59; }
span { border-color: rgb(172,109,89); }
td.TdClassName
{
border-color: #AC6D59;
}
.TagClassName
{
border-color: #AC6D59;
}
</style>