Shades of Sante Fe #AC6C5B
Tints of Sante Fe #AC6C5B
RGB
CMYK
RGB Variations
Color information
#AC6C5B (or 0xAC6C5B) is known color: Sante Fe. HEX triplet: AC, 6C and 5B. RGB value is (172,108,91). Sum of RGB (Red+Green+Blue) = 172+108+91=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6C5B is #5393A4. Grayscale: #7D7D7D. Windows color (decimal): -5477285 or 5991596. OLE color: 5991596.
HSL color Cylindrical-coordinate representation of color #AC6C5B: hue angle of 12.59º 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 #AC6C5B is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 91 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.33 |
| HSL | 12.59º | 0.33% | 0.52% | - |
| HSV(B) | 12.59º | 0.47% | 0.67% | - |
| XYZ | 24.26 | 20.25 | 12.53 | - |
| YUV | 125.2 | 108.7 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 91 | 0 | 0.37 | 0.47 | 0.33 | 12.59 | 0.33 | 0.52 |
| Hex | AC | 6C | 5B | 0 | 25 | 2F | 21 | D | 21 | 34 |
| Octal | 254 | 154 | 133 | 0 | 45 | 57 | 41 | 15 | 41 | 64 |
| Binary | 10101100 | 1101100 | 1011011 | 0 | 100101 | 101111 | 100001 | 1101 | 100001 | 110100 |
Color Harmonies of #AC6C5B
Complementary color
Monochromatic Colors of #AC6C5B
Black with #AC6C5B
Text Example
Text Example
White with #AC6C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6C5B; }
p { color: rgb(172,108,91); }
H1.HeaderClassName
{
color: #AC6C5B;
}
.AnyTagClassName
{
color: #AC6C5B;
}
</style>
background-color css
<style>
a { background-color: #AC6C5B; }
a { background-color: rgb(172,108,91); }
div.DivClassName
{
background-color: #AC6C5B;
}
.BgClassName
{
background-color: #AC6C5B;
}
</style>
border-color css
<style>
span { border-color: #AC6C5B; }
span { border-color: rgb(172,108,91); }
td.TdClassName
{
border-color: #AC6C5B;
}
.TagClassName
{
border-color: #AC6C5B;
}
</style>