Shades of Sante Fe #AC6E5B
Tints of Sante Fe #AC6E5B
RGB
CMYK
RGB Variations
Color information
#AC6E5B (or 0xAC6E5B) is known color: Sante Fe. HEX triplet: AC, 6E and 5B. RGB value is (172,110,91). Sum of RGB (Red+Green+Blue) = 172+110+91=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6E5B is #5391A4. Grayscale: #7E7E7E. Windows color (decimal): -5476773 or 5992108. OLE color: 5992108.
HSL color Cylindrical-coordinate representation of color #AC6E5B: hue angle of 14.07º 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 #AC6E5B is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 110 | 91 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.33 |
| HSL | 14.07º | 0.33% | 0.52% | - |
| HSV(B) | 14.07º | 0.47% | 0.67% | - |
| XYZ | 24.48 | 20.68 | 12.6 | - |
| YUV | 126.37 | 108.04 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 91 | 0 | 0.36 | 0.47 | 0.33 | 14.07 | 0.33 | 0.52 |
| Hex | AC | 6E | 5B | 0 | 24 | 2F | 21 | E | 21 | 34 |
| Octal | 254 | 156 | 133 | 0 | 44 | 57 | 41 | 16 | 41 | 64 |
| Binary | 10101100 | 1101110 | 1011011 | 0 | 100100 | 101111 | 100001 | 1110 | 100001 | 110100 |
Color Harmonies of #AC6E5B
Complementary color
Monochromatic Colors of #AC6E5B
Black with #AC6E5B
Text Example
Text Example
White with #AC6E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6E5B; }
p { color: rgb(172,110,91); }
H1.HeaderClassName
{
color: #AC6E5B;
}
.AnyTagClassName
{
color: #AC6E5B;
}
</style>
background-color css
<style>
a { background-color: #AC6E5B; }
a { background-color: rgb(172,110,91); }
div.DivClassName
{
background-color: #AC6E5B;
}
.BgClassName
{
background-color: #AC6E5B;
}
</style>
border-color css
<style>
span { border-color: #AC6E5B; }
span { border-color: rgb(172,110,91); }
td.TdClassName
{
border-color: #AC6E5B;
}
.TagClassName
{
border-color: #AC6E5B;
}
</style>