Shades of Sante Fe #AC6E5A
Tints of Sante Fe #AC6E5A
RGB
CMYK
RGB Variations
Color information
#AC6E5A (or 0xAC6E5A) is known color: Sante Fe. HEX triplet: AC, 6E and 5A. RGB value is (172,110,90). Sum of RGB (Red+Green+Blue) = 172+110+90=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6E5A is #5391A5. Grayscale: #7E7E7E. Windows color (decimal): -5476774 or 5926572. OLE color: 5926572.
HSL color Cylindrical-coordinate representation of color #AC6E5A: hue angle of 14.63º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC6E5A is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 110 | 90 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.33 |
| HSL | 14.63º | 0.33% | 0.51% | - |
| HSV(B) | 14.63º | 0.48% | 0.67% | - |
| XYZ | 24.43 | 20.66 | 12.37 | - |
| YUV | 126.26 | 107.54 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 90 | 0 | 0.36 | 0.48 | 0.33 | 14.63 | 0.33 | 0.51 |
| Hex | AC | 6E | 5A | 0 | 24 | 30 | 21 | F | 21 | 33 |
| Octal | 254 | 156 | 132 | 0 | 44 | 60 | 41 | 17 | 41 | 63 |
| Binary | 10101100 | 1101110 | 1011010 | 0 | 100100 | 110000 | 100001 | 1111 | 100001 | 110011 |
Color Harmonies of #AC6E5A
Complementary color
Monochromatic Colors of #AC6E5A
Black with #AC6E5A
Text Example
Text Example
White with #AC6E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6E5A; }
p { color: rgb(172,110,90); }
H1.HeaderClassName
{
color: #AC6E5A;
}
.AnyTagClassName
{
color: #AC6E5A;
}
</style>
background-color css
<style>
a { background-color: #AC6E5A; }
a { background-color: rgb(172,110,90); }
div.DivClassName
{
background-color: #AC6E5A;
}
.BgClassName
{
background-color: #AC6E5A;
}
</style>
border-color css
<style>
span { border-color: #AC6E5A; }
span { border-color: rgb(172,110,90); }
td.TdClassName
{
border-color: #AC6E5A;
}
.TagClassName
{
border-color: #AC6E5A;
}
</style>