Shades of Sante Fe #AC6A57
Tints of Sante Fe #AC6A57
RGB
CMYK
RGB Variations
Color information
#AC6A57 (or 0xAC6A57) is known color: Sante Fe. HEX triplet: AC, 6A and 57. RGB value is (172,106,87). Sum of RGB (Red+Green+Blue) = 172+106+87=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6A57 is #5395A8. Grayscale: #7B7B7B. Windows color (decimal): -5477801 or 5728940. OLE color: 5728940.
HSL color Cylindrical-coordinate representation of color #AC6A57: hue angle of 13.41º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC6A57 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 106 | 87 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.33 |
| HSL | 13.41º | 0.34% | 0.51% | - |
| HSV(B) | 13.41º | 0.49% | 0.67% | - |
| XYZ | 23.89 | 19.77 | 11.57 | - |
| YUV | 123.57 | 107.37 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 106 | 87 | 0 | 0.38 | 0.49 | 0.33 | 13.41 | 0.34 | 0.51 |
| Hex | AC | 6A | 57 | 0 | 26 | 31 | 21 | D | 22 | 33 |
| Octal | 254 | 152 | 127 | 0 | 46 | 61 | 41 | 15 | 42 | 63 |
| Binary | 10101100 | 1101010 | 1010111 | 0 | 100110 | 110001 | 100001 | 1101 | 100010 | 110011 |
Color Harmonies of #AC6A57
Complementary color
Monochromatic Colors of #AC6A57
Black with #AC6A57
Text Example
Text Example
White with #AC6A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6A57; }
p { color: rgb(172,106,87); }
H1.HeaderClassName
{
color: #AC6A57;
}
.AnyTagClassName
{
color: #AC6A57;
}
</style>
background-color css
<style>
a { background-color: #AC6A57; }
a { background-color: rgb(172,106,87); }
div.DivClassName
{
background-color: #AC6A57;
}
.BgClassName
{
background-color: #AC6A57;
}
</style>
border-color css
<style>
span { border-color: #AC6A57; }
span { border-color: rgb(172,106,87); }
td.TdClassName
{
border-color: #AC6A57;
}
.TagClassName
{
border-color: #AC6A57;
}
</style>