Shades of Sante Fe #AC6C54
Tints of Sante Fe #AC6C54
RGB
CMYK
RGB Variations
Color information
#AC6C54 (or 0xAC6C54) is known color: Sante Fe. HEX triplet: AC, 6C and 54. RGB value is (172,108,84). Sum of RGB (Red+Green+Blue) = 172+108+84=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6C54 is #5393AB. Grayscale: #7C7C7C. Windows color (decimal): -5477292 or 5532844. OLE color: 5532844.
HSL color Cylindrical-coordinate representation of color #AC6C54: hue angle of 16.36º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC6C54 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 84 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.33 |
| HSL | 16.36º | 0.35% | 0.5% | - |
| HSV(B) | 16.36º | 0.51% | 0.67% | - |
| XYZ | 23.98 | 20.14 | 11.01 | - |
| YUV | 124.4 | 105.2 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 84 | 0 | 0.37 | 0.51 | 0.33 | 16.36 | 0.35 | 0.5 |
| Hex | AC | 6C | 54 | 0 | 25 | 33 | 21 | 10 | 23 | 32 |
| Octal | 254 | 154 | 124 | 0 | 45 | 63 | 41 | 20 | 43 | 62 |
| Binary | 10101100 | 1101100 | 1010100 | 0 | 100101 | 110011 | 100001 | 10000 | 100011 | 110010 |
Color Harmonies of #AC6C54
Complementary color
Monochromatic Colors of #AC6C54
Black with #AC6C54
Text Example
Text Example
White with #AC6C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6C54; }
p { color: rgb(172,108,84); }
H1.HeaderClassName
{
color: #AC6C54;
}
.AnyTagClassName
{
color: #AC6C54;
}
</style>
background-color css
<style>
a { background-color: #AC6C54; }
a { background-color: rgb(172,108,84); }
div.DivClassName
{
background-color: #AC6C54;
}
.BgClassName
{
background-color: #AC6C54;
}
</style>
border-color css
<style>
span { border-color: #AC6C54; }
span { border-color: rgb(172,108,84); }
td.TdClassName
{
border-color: #AC6C54;
}
.TagClassName
{
border-color: #AC6C54;
}
</style>