Shades of Sante Fe #A46B4E
Tints of Sante Fe #A46B4E
RGB
CMYK
RGB Variations
Color information
#A46B4E (or 0xA46B4E) is known color: Sante Fe. HEX triplet: A4, 6B and 4E. RGB value is (164,107,78). Sum of RGB (Red+Green+Blue) = 164+107+78=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46B4E is #5B94B1. Grayscale: #787878. Windows color (decimal): -6001842 or 5139364. OLE color: 5139364.
HSL color Cylindrical-coordinate representation of color #A46B4E: hue angle of 20.23º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A46B4E is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 107 | 78 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.36 |
| HSL | 20.23º | 0.36% | 0.47% | - |
| HSV(B) | 20.23º | 0.52% | 0.64% | - |
| XYZ | 21.94 | 18.96 | 9.71 | - |
| YUV | 120.74 | 103.88 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 107 | 78 | 0 | 0.35 | 0.52 | 0.36 | 20.23 | 0.36 | 0.47 |
| Hex | A4 | 6B | 4E | 0 | 23 | 34 | 24 | 14 | 24 | 2F |
| Octal | 244 | 153 | 116 | 0 | 43 | 64 | 44 | 24 | 44 | 57 |
| Binary | 10100100 | 1101011 | 1001110 | 0 | 100011 | 110100 | 100100 | 10100 | 100100 | 101111 |
Color Harmonies of #A46B4E
Complementary color
Monochromatic Colors of #A46B4E
Black with #A46B4E
Text Example
Text Example
White with #A46B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46B4E; }
p { color: rgb(164,107,78); }
H1.HeaderClassName
{
color: #A46B4E;
}
.AnyTagClassName
{
color: #A46B4E;
}
</style>
background-color css
<style>
a { background-color: #A46B4E; }
a { background-color: rgb(164,107,78); }
div.DivClassName
{
background-color: #A46B4E;
}
.BgClassName
{
background-color: #A46B4E;
}
</style>
border-color css
<style>
span { border-color: #A46B4E; }
span { border-color: rgb(164,107,78); }
td.TdClassName
{
border-color: #A46B4E;
}
.TagClassName
{
border-color: #A46B4E;
}
</style>