Shades of Sante Fe #AC6E4A
Tints of Sante Fe #AC6E4A
RGB
CMYK
RGB Variations
Color information
#AC6E4A (or 0xAC6E4A) is known color: Sante Fe. HEX triplet: AC, 6E and 4A. RGB value is (172,110,74). Sum of RGB (Red+Green+Blue) = 172+110+74=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6E4A is #5391B5. Grayscale: #7C7C7C. Windows color (decimal): -5476790 or 4877996. OLE color: 4877996.
HSL color Cylindrical-coordinate representation of color #AC6E4A: hue angle of 22.04º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC6E4A is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 110 | 74 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.33 |
| HSL | 22.04º | 0.4% | 0.48% | - |
| HSV(B) | 22.04º | 0.57% | 0.67% | - |
| XYZ | 23.83 | 20.42 | 9.16 | - |
| YUV | 124.43 | 99.54 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 74 | 0 | 0.36 | 0.57 | 0.33 | 22.04 | 0.4 | 0.48 |
| Hex | AC | 6E | 4A | 0 | 24 | 39 | 21 | 16 | 28 | 30 |
| Octal | 254 | 156 | 112 | 0 | 44 | 71 | 41 | 26 | 50 | 60 |
| Binary | 10101100 | 1101110 | 1001010 | 0 | 100100 | 111001 | 100001 | 10110 | 101000 | 110000 |
Color Harmonies of #AC6E4A
Complementary color
Monochromatic Colors of #AC6E4A
Black with #AC6E4A
Text Example
Text Example
White with #AC6E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6E4A; }
p { color: rgb(172,110,74); }
H1.HeaderClassName
{
color: #AC6E4A;
}
.AnyTagClassName
{
color: #AC6E4A;
}
</style>
background-color css
<style>
a { background-color: #AC6E4A; }
a { background-color: rgb(172,110,74); }
div.DivClassName
{
background-color: #AC6E4A;
}
.BgClassName
{
background-color: #AC6E4A;
}
</style>
border-color css
<style>
span { border-color: #AC6E4A; }
span { border-color: rgb(172,110,74); }
td.TdClassName
{
border-color: #AC6E4A;
}
.TagClassName
{
border-color: #AC6E4A;
}
</style>