Shades of Sante Fe #AC6A50
Tints of Sante Fe #AC6A50
RGB
CMYK
RGB Variations
Color information
#AC6A50 (or 0xAC6A50) is known color: Sante Fe. HEX triplet: AC, 6A and 50. RGB value is (172,106,80). Sum of RGB (Red+Green+Blue) = 172+106+80=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6A50 is #5395AF. Grayscale: #7A7A7A. Windows color (decimal): -5477808 or 5270188. OLE color: 5270188.
HSL color Cylindrical-coordinate representation of color #AC6A50: hue angle of 16.96º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC6A50 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 106 | 80 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.33 |
| HSL | 16.96º | 0.37% | 0.49% | - |
| HSV(B) | 16.96º | 0.53% | 0.67% | - |
| XYZ | 23.62 | 19.66 | 10.14 | - |
| YUV | 122.77 | 103.87 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 106 | 80 | 0 | 0.38 | 0.53 | 0.33 | 16.96 | 0.37 | 0.49 |
| Hex | AC | 6A | 50 | 0 | 26 | 35 | 21 | 11 | 25 | 31 |
| Octal | 254 | 152 | 120 | 0 | 46 | 65 | 41 | 21 | 45 | 61 |
| Binary | 10101100 | 1101010 | 1010000 | 0 | 100110 | 110101 | 100001 | 10001 | 100101 | 110001 |
Color Harmonies of #AC6A50
Complementary color
Monochromatic Colors of #AC6A50
Black with #AC6A50
Text Example
Text Example
White with #AC6A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6A50; }
p { color: rgb(172,106,80); }
H1.HeaderClassName
{
color: #AC6A50;
}
.AnyTagClassName
{
color: #AC6A50;
}
</style>
background-color css
<style>
a { background-color: #AC6A50; }
a { background-color: rgb(172,106,80); }
div.DivClassName
{
background-color: #AC6A50;
}
.BgClassName
{
background-color: #AC6A50;
}
</style>
border-color css
<style>
span { border-color: #AC6A50; }
span { border-color: rgb(172,106,80); }
td.TdClassName
{
border-color: #AC6A50;
}
.TagClassName
{
border-color: #AC6A50;
}
</style>