Shades of Sante Fe #A46C4D
Tints of Sante Fe #A46C4D
RGB
CMYK
RGB Variations
Color information
#A46C4D (or 0xA46C4D) is known color: Sante Fe. HEX triplet: A4, 6C and 4D. RGB value is (164,108,77). Sum of RGB (Red+Green+Blue) = 164+108+77=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46C4D is #5B93B2. Grayscale: #797979. Windows color (decimal): -6001587 or 5074084. OLE color: 5074084.
HSL color Cylindrical-coordinate representation of color #A46C4D: hue angle of 21.38º 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 #A46C4D is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 108 | 77 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.36 |
| HSL | 21.38º | 0.36% | 0.47% | - |
| HSV(B) | 21.38º | 0.53% | 0.64% | - |
| XYZ | 22.01 | 19.15 | 9.56 | - |
| YUV | 121.21 | 103.05 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 77 | 0 | 0.34 | 0.53 | 0.36 | 21.38 | 0.36 | 0.47 |
| Hex | A4 | 6C | 4D | 0 | 22 | 35 | 24 | 15 | 24 | 2F |
| Octal | 244 | 154 | 115 | 0 | 42 | 65 | 44 | 25 | 44 | 57 |
| Binary | 10100100 | 1101100 | 1001101 | 0 | 100010 | 110101 | 100100 | 10101 | 100100 | 101111 |
Color Harmonies of #A46C4D
Complementary color
Monochromatic Colors of #A46C4D
Black with #A46C4D
Text Example
Text Example
White with #A46C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46C4D; }
p { color: rgb(164,108,77); }
H1.HeaderClassName
{
color: #A46C4D;
}
.AnyTagClassName
{
color: #A46C4D;
}
</style>
background-color css
<style>
a { background-color: #A46C4D; }
a { background-color: rgb(164,108,77); }
div.DivClassName
{
background-color: #A46C4D;
}
.BgClassName
{
background-color: #A46C4D;
}
</style>
border-color css
<style>
span { border-color: #A46C4D; }
span { border-color: rgb(164,108,77); }
td.TdClassName
{
border-color: #A46C4D;
}
.TagClassName
{
border-color: #A46C4D;
}
</style>