Shades of Sante Fe #A46C49
Tints of Sante Fe #A46C49
RGB
CMYK
RGB Variations
Color information
#A46C49 (or 0xA46C49) is known color: Sante Fe. HEX triplet: A4, 6C and 49. RGB value is (164,108,73). Sum of RGB (Red+Green+Blue) = 164+108+73=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46C49 is #5B93B6. Grayscale: #787878. Windows color (decimal): -6001591 or 4811940. OLE color: 4811940.
HSL color Cylindrical-coordinate representation of color #A46C49: hue angle of 23.08º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A46C49 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 108 | 73 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.36 |
| HSL | 23.08º | 0.38% | 0.46% | - |
| HSV(B) | 23.08º | 0.55% | 0.64% | - |
| XYZ | 21.88 | 19.1 | 8.84 | - |
| YUV | 120.75 | 101.05 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 73 | 0 | 0.34 | 0.55 | 0.36 | 23.08 | 0.38 | 0.46 |
| Hex | A4 | 6C | 49 | 0 | 22 | 37 | 24 | 17 | 26 | 2E |
| Octal | 244 | 154 | 111 | 0 | 42 | 67 | 44 | 27 | 46 | 56 |
| Binary | 10100100 | 1101100 | 1001001 | 0 | 100010 | 110111 | 100100 | 10111 | 100110 | 101110 |
Color Harmonies of #A46C49
Complementary color
Monochromatic Colors of #A46C49
Black with #A46C49
Text Example
Text Example
White with #A46C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46C49; }
p { color: rgb(164,108,73); }
H1.HeaderClassName
{
color: #A46C49;
}
.AnyTagClassName
{
color: #A46C49;
}
</style>
background-color css
<style>
a { background-color: #A46C49; }
a { background-color: rgb(164,108,73); }
div.DivClassName
{
background-color: #A46C49;
}
.BgClassName
{
background-color: #A46C49;
}
</style>
border-color css
<style>
span { border-color: #A46C49; }
span { border-color: rgb(164,108,73); }
td.TdClassName
{
border-color: #A46C49;
}
.TagClassName
{
border-color: #A46C49;
}
</style>