Shades of Sante Fe #AC6C4D
Tints of Sante Fe #AC6C4D
RGB
CMYK
RGB Variations
Color information
#AC6C4D (or 0xAC6C4D) is known color: Sante Fe. HEX triplet: AC, 6C and 4D. RGB value is (172,108,77). Sum of RGB (Red+Green+Blue) = 172+108+77=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6C4D is #5393B2. Grayscale: #7B7B7B. Windows color (decimal): -5477299 or 5074092. OLE color: 5074092.
HSL color Cylindrical-coordinate representation of color #AC6C4D: hue angle of 19.58º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC6C4D is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 77 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.33 |
| HSL | 19.58º | 0.38% | 0.49% | - |
| HSV(B) | 19.58º | 0.55% | 0.67% | - |
| XYZ | 23.72 | 20.03 | 9.64 | - |
| YUV | 123.6 | 101.7 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 77 | 0 | 0.37 | 0.55 | 0.33 | 19.58 | 0.38 | 0.49 |
| Hex | AC | 6C | 4D | 0 | 25 | 37 | 21 | 14 | 26 | 31 |
| Octal | 254 | 154 | 115 | 0 | 45 | 67 | 41 | 24 | 46 | 61 |
| Binary | 10101100 | 1101100 | 1001101 | 0 | 100101 | 110111 | 100001 | 10100 | 100110 | 110001 |
Color Harmonies of #AC6C4D
Complementary color
Monochromatic Colors of #AC6C4D
Black with #AC6C4D
Text Example
Text Example
White with #AC6C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6C4D; }
p { color: rgb(172,108,77); }
H1.HeaderClassName
{
color: #AC6C4D;
}
.AnyTagClassName
{
color: #AC6C4D;
}
</style>
background-color css
<style>
a { background-color: #AC6C4D; }
a { background-color: rgb(172,108,77); }
div.DivClassName
{
background-color: #AC6C4D;
}
.BgClassName
{
background-color: #AC6C4D;
}
</style>
border-color css
<style>
span { border-color: #AC6C4D; }
span { border-color: rgb(172,108,77); }
td.TdClassName
{
border-color: #AC6C4D;
}
.TagClassName
{
border-color: #AC6C4D;
}
</style>