Shades of Sante Fe #A46551
Tints of Sante Fe #A46551
RGB
CMYK
RGB Variations
Color information
#A46551 (or 0xA46551) is known color: Sante Fe. HEX triplet: A4, 65 and 51. RGB value is (164,101,81). Sum of RGB (Red+Green+Blue) = 164+101+81=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A46551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46551 is #5B9AAE. Grayscale: #757575. Windows color (decimal): -6003375 or 5334436. OLE color: 5334436.
HSL color Cylindrical-coordinate representation of color #A46551: hue angle of 14.46º 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 #A46551 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 101 | 81 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.36 |
| HSL | 14.46º | 0.34% | 0.48% | - |
| HSV(B) | 14.46º | 0.51% | 0.64% | - |
| XYZ | 21.45 | 17.79 | 10.09 | - |
| YUV | 117.56 | 107.37 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 101 | 81 | 0 | 0.38 | 0.51 | 0.36 | 14.46 | 0.34 | 0.48 |
| Hex | A4 | 65 | 51 | 0 | 26 | 33 | 24 | E | 22 | 30 |
| Octal | 244 | 145 | 121 | 0 | 46 | 63 | 44 | 16 | 42 | 60 |
| Binary | 10100100 | 1100101 | 1010001 | 0 | 100110 | 110011 | 100100 | 1110 | 100010 | 110000 |
Color Harmonies of #A46551
Complementary color
Monochromatic Colors of #A46551
Black with #A46551
Text Example
Text Example
White with #A46551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46551; }
p { color: rgb(164,101,81); }
H1.HeaderClassName
{
color: #A46551;
}
.AnyTagClassName
{
color: #A46551;
}
</style>
background-color css
<style>
a { background-color: #A46551; }
a { background-color: rgb(164,101,81); }
div.DivClassName
{
background-color: #A46551;
}
.BgClassName
{
background-color: #A46551;
}
</style>
border-color css
<style>
span { border-color: #A46551; }
span { border-color: rgb(164,101,81); }
td.TdClassName
{
border-color: #A46551;
}
.TagClassName
{
border-color: #A46551;
}
</style>