Shades of Sante Fe #AC6D5B
Tints of Sante Fe #AC6D5B
RGB
CMYK
RGB Variations
Color information
#AC6D5B (or 0xAC6D5B) is known color: Sante Fe. HEX triplet: AC, 6D and 5B. RGB value is (172,109,91). Sum of RGB (Red+Green+Blue) = 172+109+91=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6D5B is #5392A4. Grayscale: #7D7D7D. Windows color (decimal): -5477029 or 5991852. OLE color: 5991852.
HSL color Cylindrical-coordinate representation of color #AC6D5B: hue angle of 13.33º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC6D5B is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 91 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.33 |
| HSL | 13.33º | 0.33% | 0.52% | - |
| HSV(B) | 13.33º | 0.47% | 0.67% | - |
| XYZ | 24.37 | 20.46 | 12.56 | - |
| YUV | 125.79 | 108.37 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 91 | 0 | 0.37 | 0.47 | 0.33 | 13.33 | 0.33 | 0.52 |
| Hex | AC | 6D | 5B | 0 | 25 | 2F | 21 | D | 21 | 34 |
| Octal | 254 | 155 | 133 | 0 | 45 | 57 | 41 | 15 | 41 | 64 |
| Binary | 10101100 | 1101101 | 1011011 | 0 | 100101 | 101111 | 100001 | 1101 | 100001 | 110100 |
Color Harmonies of #AC6D5B
Complementary color
Monochromatic Colors of #AC6D5B
Black with #AC6D5B
Text Example
Text Example
White with #AC6D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D5B; }
p { color: rgb(172,109,91); }
H1.HeaderClassName
{
color: #AC6D5B;
}
.AnyTagClassName
{
color: #AC6D5B;
}
</style>
background-color css
<style>
a { background-color: #AC6D5B; }
a { background-color: rgb(172,109,91); }
div.DivClassName
{
background-color: #AC6D5B;
}
.BgClassName
{
background-color: #AC6D5B;
}
</style>
border-color css
<style>
span { border-color: #AC6D5B; }
span { border-color: rgb(172,109,91); }
td.TdClassName
{
border-color: #AC6D5B;
}
.TagClassName
{
border-color: #AC6D5B;
}
</style>