Shades of Sante Fe #AC644E
Tints of Sante Fe #AC644E
RGB
CMYK
RGB Variations
Color information
#AC644E (or 0xAC644E) is known color: Sante Fe. HEX triplet: AC, 64 and 4E. RGB value is (172,100,78). Sum of RGB (Red+Green+Blue) = 172+100+78=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC644E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC644E is #539BB1. Grayscale: #777777. Windows color (decimal): -5479346 or 5137580. OLE color: 5137580.
HSL color Cylindrical-coordinate representation of color #AC644E: hue angle of 14.04º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC644E is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 78 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.33 |
| HSL | 14.04º | 0.38% | 0.49% | - |
| HSV(B) | 14.04º | 0.55% | 0.67% | - |
| XYZ | 22.95 | 18.44 | 9.56 | - |
| YUV | 119.02 | 104.85 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 78 | 0 | 0.42 | 0.55 | 0.33 | 14.04 | 0.38 | 0.49 |
| Hex | AC | 64 | 4E | 0 | 2A | 37 | 21 | E | 26 | 31 |
| Octal | 254 | 144 | 116 | 0 | 52 | 67 | 41 | 16 | 46 | 61 |
| Binary | 10101100 | 1100100 | 1001110 | 0 | 101010 | 110111 | 100001 | 1110 | 100110 | 110001 |
Color Harmonies of #AC644E
Complementary color
Monochromatic Colors of #AC644E
Black with #AC644E
Text Example
Text Example
White with #AC644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC644E; }
p { color: rgb(172,100,78); }
H1.HeaderClassName
{
color: #AC644E;
}
.AnyTagClassName
{
color: #AC644E;
}
</style>
background-color css
<style>
a { background-color: #AC644E; }
a { background-color: rgb(172,100,78); }
div.DivClassName
{
background-color: #AC644E;
}
.BgClassName
{
background-color: #AC644E;
}
</style>
border-color css
<style>
span { border-color: #AC644E; }
span { border-color: rgb(172,100,78); }
td.TdClassName
{
border-color: #AC644E;
}
.TagClassName
{
border-color: #AC644E;
}
</style>