Shades of Sante Fe #AC6C50
Tints of Sante Fe #AC6C50
RGB
CMYK
RGB Variations
Color information
#AC6C50 (or 0xAC6C50) is known color: Sante Fe. HEX triplet: AC, 6C and 50. RGB value is (172,108,80). Sum of RGB (Red+Green+Blue) = 172+108+80=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6C50 is #5393AF. Grayscale: #7C7C7C. Windows color (decimal): -5477296 or 5270700. OLE color: 5270700.
HSL color Cylindrical-coordinate representation of color #AC6C50: hue angle of 18.26º 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 #AC6C50 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 80 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.33 |
| HSL | 18.26º | 0.37% | 0.49% | - |
| HSV(B) | 18.26º | 0.53% | 0.67% | - |
| XYZ | 23.82 | 20.07 | 10.21 | - |
| YUV | 123.94 | 103.2 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 80 | 0 | 0.37 | 0.53 | 0.33 | 18.26 | 0.37 | 0.49 |
| Hex | AC | 6C | 50 | 0 | 25 | 35 | 21 | 12 | 25 | 31 |
| Octal | 254 | 154 | 120 | 0 | 45 | 65 | 41 | 22 | 45 | 61 |
| Binary | 10101100 | 1101100 | 1010000 | 0 | 100101 | 110101 | 100001 | 10010 | 100101 | 110001 |
Color Harmonies of #AC6C50
Complementary color
Monochromatic Colors of #AC6C50
Black with #AC6C50
Text Example
Text Example
White with #AC6C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6C50; }
p { color: rgb(172,108,80); }
H1.HeaderClassName
{
color: #AC6C50;
}
.AnyTagClassName
{
color: #AC6C50;
}
</style>
background-color css
<style>
a { background-color: #AC6C50; }
a { background-color: rgb(172,108,80); }
div.DivClassName
{
background-color: #AC6C50;
}
.BgClassName
{
background-color: #AC6C50;
}
</style>
border-color css
<style>
span { border-color: #AC6C50; }
span { border-color: rgb(172,108,80); }
td.TdClassName
{
border-color: #AC6C50;
}
.TagClassName
{
border-color: #AC6C50;
}
</style>