Shades of Sante Fe #AC6D4C
Tints of Sante Fe #AC6D4C
RGB
CMYK
RGB Variations
Color information
#AC6D4C (or 0xAC6D4C) is known color: Sante Fe. HEX triplet: AC, 6D and 4C. RGB value is (172,109,76). Sum of RGB (Red+Green+Blue) = 172+109+76=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6D4C is #5392B3. Grayscale: #7C7C7C. Windows color (decimal): -5477044 or 5008812. OLE color: 5008812.
HSL color Cylindrical-coordinate representation of color #AC6D4C: hue angle of 20.62º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC6D4C is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 76 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.33 |
| HSL | 20.63º | 0.39% | 0.49% | - |
| HSV(B) | 20.63º | 0.56% | 0.67% | - |
| XYZ | 23.79 | 20.23 | 9.49 | - |
| YUV | 124.08 | 100.87 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 76 | 0 | 0.37 | 0.56 | 0.33 | 20.63 | 0.39 | 0.49 |
| Hex | AC | 6D | 4C | 0 | 25 | 38 | 21 | 15 | 27 | 31 |
| Octal | 254 | 155 | 114 | 0 | 45 | 70 | 41 | 25 | 47 | 61 |
| Binary | 10101100 | 1101101 | 1001100 | 0 | 100101 | 111000 | 100001 | 10101 | 100111 | 110001 |
Color Harmonies of #AC6D4C
Complementary color
Monochromatic Colors of #AC6D4C
Black with #AC6D4C
Text Example
Text Example
White with #AC6D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D4C; }
p { color: rgb(172,109,76); }
H1.HeaderClassName
{
color: #AC6D4C;
}
.AnyTagClassName
{
color: #AC6D4C;
}
</style>
background-color css
<style>
a { background-color: #AC6D4C; }
a { background-color: rgb(172,109,76); }
div.DivClassName
{
background-color: #AC6D4C;
}
.BgClassName
{
background-color: #AC6D4C;
}
</style>
border-color css
<style>
span { border-color: #AC6D4C; }
span { border-color: rgb(172,109,76); }
td.TdClassName
{
border-color: #AC6D4C;
}
.TagClassName
{
border-color: #AC6D4C;
}
</style>