Shades of Sante Fe #A46D50
Tints of Sante Fe #A46D50
RGB
CMYK
RGB Variations
Color information
#A46D50 (or 0xA46D50) is known color: Sante Fe. HEX triplet: A4, 6D and 50. RGB value is (164,109,80). Sum of RGB (Red+Green+Blue) = 164+109+80=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46D50 is #5B92AF. Grayscale: #7A7A7A. Windows color (decimal): -6001328 or 5270948. OLE color: 5270948.
HSL color Cylindrical-coordinate representation of color #A46D50: hue angle of 20.71º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A46D50 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 109 | 80 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.36 |
| HSL | 20.71º | 0.34% | 0.48% | - |
| HSV(B) | 20.71º | 0.51% | 0.64% | - |
| XYZ | 22.23 | 19.41 | 10.16 | - |
| YUV | 122.14 | 104.22 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 80 | 0 | 0.34 | 0.51 | 0.36 | 20.71 | 0.34 | 0.48 |
| Hex | A4 | 6D | 50 | 0 | 22 | 33 | 24 | 15 | 22 | 30 |
| Octal | 244 | 155 | 120 | 0 | 42 | 63 | 44 | 25 | 42 | 60 |
| Binary | 10100100 | 1101101 | 1010000 | 0 | 100010 | 110011 | 100100 | 10101 | 100010 | 110000 |
Color Harmonies of #A46D50
Complementary color
Monochromatic Colors of #A46D50
Black with #A46D50
Text Example
Text Example
White with #A46D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46D50; }
p { color: rgb(164,109,80); }
H1.HeaderClassName
{
color: #A46D50;
}
.AnyTagClassName
{
color: #A46D50;
}
</style>
background-color css
<style>
a { background-color: #A46D50; }
a { background-color: rgb(164,109,80); }
div.DivClassName
{
background-color: #A46D50;
}
.BgClassName
{
background-color: #A46D50;
}
</style>
border-color css
<style>
span { border-color: #A46D50; }
span { border-color: rgb(164,109,80); }
td.TdClassName
{
border-color: #A46D50;
}
.TagClassName
{
border-color: #A46D50;
}
</style>