Shades of Sante Fe #A46D4D
Tints of Sante Fe #A46D4D
RGB
CMYK
RGB Variations
Color information
#A46D4D (or 0xA46D4D) is known color: Sante Fe. HEX triplet: A4, 6D and 4D. RGB value is (164,109,77). Sum of RGB (Red+Green+Blue) = 164+109+77=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46D4D is #5B92B2. Grayscale: #797979. Windows color (decimal): -6001331 or 5074340. OLE color: 5074340.
HSL color Cylindrical-coordinate representation of color #A46D4D: hue angle of 22.07º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A46D4D is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 109 | 77 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.36 |
| HSL | 22.07º | 0.36% | 0.47% | - |
| HSV(B) | 22.07º | 0.53% | 0.64% | - |
| XYZ | 22.12 | 19.37 | 9.59 | - |
| YUV | 121.8 | 102.72 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 77 | 0 | 0.34 | 0.53 | 0.36 | 22.07 | 0.36 | 0.47 |
| Hex | A4 | 6D | 4D | 0 | 22 | 35 | 24 | 16 | 24 | 2F |
| Octal | 244 | 155 | 115 | 0 | 42 | 65 | 44 | 26 | 44 | 57 |
| Binary | 10100100 | 1101101 | 1001101 | 0 | 100010 | 110101 | 100100 | 10110 | 100100 | 101111 |
Color Harmonies of #A46D4D
Complementary color
Monochromatic Colors of #A46D4D
Black with #A46D4D
Text Example
Text Example
White with #A46D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46D4D; }
p { color: rgb(164,109,77); }
H1.HeaderClassName
{
color: #A46D4D;
}
.AnyTagClassName
{
color: #A46D4D;
}
</style>
background-color css
<style>
a { background-color: #A46D4D; }
a { background-color: rgb(164,109,77); }
div.DivClassName
{
background-color: #A46D4D;
}
.BgClassName
{
background-color: #A46D4D;
}
</style>
border-color css
<style>
span { border-color: #A46D4D; }
span { border-color: rgb(164,109,77); }
td.TdClassName
{
border-color: #A46D4D;
}
.TagClassName
{
border-color: #A46D4D;
}
</style>