Shades of Sante Fe #A36D4E
Tints of Sante Fe #A36D4E
RGB
CMYK
RGB Variations
Color information
#A36D4E (or 0xA36D4E) is known color: Sante Fe. HEX triplet: A3, 6D and 4E. RGB value is (163,109,78). Sum of RGB (Red+Green+Blue) = 163+109+78=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36D4E is #5C92B1. Grayscale: #797979. Windows color (decimal): -6066866 or 5139875. OLE color: 5139875.
HSL color Cylindrical-coordinate representation of color #A36D4E: hue angle of 21.88º degrees, saturation: 0.35, 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 #A36D4E is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 109 | 78 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.36 |
| HSL | 21.88º | 0.35% | 0.47% | - |
| HSV(B) | 21.88º | 0.52% | 0.64% | - |
| XYZ | 21.95 | 19.27 | 9.77 | - |
| YUV | 121.61 | 103.39 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 78 | 0 | 0.33 | 0.52 | 0.36 | 21.88 | 0.35 | 0.47 |
| Hex | A3 | 6D | 4E | 0 | 21 | 34 | 24 | 16 | 23 | 2F |
| Octal | 243 | 155 | 116 | 0 | 41 | 64 | 44 | 26 | 43 | 57 |
| Binary | 10100011 | 1101101 | 1001110 | 0 | 100001 | 110100 | 100100 | 10110 | 100011 | 101111 |
Color Harmonies of #A36D4E
Complementary color
Monochromatic Colors of #A36D4E
Black with #A36D4E
Text Example
Text Example
White with #A36D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36D4E; }
p { color: rgb(163,109,78); }
H1.HeaderClassName
{
color: #A36D4E;
}
.AnyTagClassName
{
color: #A36D4E;
}
</style>
background-color css
<style>
a { background-color: #A36D4E; }
a { background-color: rgb(163,109,78); }
div.DivClassName
{
background-color: #A36D4E;
}
.BgClassName
{
background-color: #A36D4E;
}
</style>
border-color css
<style>
span { border-color: #A36D4E; }
span { border-color: rgb(163,109,78); }
td.TdClassName
{
border-color: #A36D4E;
}
.TagClassName
{
border-color: #A36D4E;
}
</style>