Shades of Sante Fe #A46C54
Tints of Sante Fe #A46C54
RGB
CMYK
RGB Variations
Color information
#A46C54 (or 0xA46C54) is known color: Sante Fe. HEX triplet: A4, 6C and 54. RGB value is (164,108,84). Sum of RGB (Red+Green+Blue) = 164+108+84=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46C54 is #5B93AB. Grayscale: #7A7A7A. Windows color (decimal): -6001580 or 5532836. OLE color: 5532836.
HSL color Cylindrical-coordinate representation of color #A46C54: hue angle of 18º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A46C54 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 108 | 84 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.36 |
| HSL | 18º | 0.32% | 0.49% | - |
| HSV(B) | 18º | 0.49% | 0.64% | - |
| XYZ | 22.27 | 19.26 | 10.93 | - |
| YUV | 122.01 | 106.55 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 84 | 0 | 0.34 | 0.49 | 0.36 | 18 | 0.32 | 0.49 |
| Hex | A4 | 6C | 54 | 0 | 22 | 31 | 24 | 12 | 20 | 31 |
| Octal | 244 | 154 | 124 | 0 | 42 | 61 | 44 | 22 | 40 | 61 |
| Binary | 10100100 | 1101100 | 1010100 | 0 | 100010 | 110001 | 100100 | 10010 | 100000 | 110001 |
Color Harmonies of #A46C54
Complementary color
Monochromatic Colors of #A46C54
Black with #A46C54
Text Example
Text Example
White with #A46C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46C54; }
p { color: rgb(164,108,84); }
H1.HeaderClassName
{
color: #A46C54;
}
.AnyTagClassName
{
color: #A46C54;
}
</style>
background-color css
<style>
a { background-color: #A46C54; }
a { background-color: rgb(164,108,84); }
div.DivClassName
{
background-color: #A46C54;
}
.BgClassName
{
background-color: #A46C54;
}
</style>
border-color css
<style>
span { border-color: #A46C54; }
span { border-color: rgb(164,108,84); }
td.TdClassName
{
border-color: #A46C54;
}
.TagClassName
{
border-color: #A46C54;
}
</style>