Shades of Sante Fe #A36E4D
Tints of Sante Fe #A36E4D
RGB
CMYK
RGB Variations
Color information
#A36E4D (or 0xA36E4D) is known color: Sante Fe. HEX triplet: A3, 6E and 4D. RGB value is (163,110,77). Sum of RGB (Red+Green+Blue) = 163+110+77=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36E4D is #5C91B2. Grayscale: #7A7A7A. Windows color (decimal): -6066611 or 5074595. OLE color: 5074595.
HSL color Cylindrical-coordinate representation of color #A36E4D: hue angle of 23.02º 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 #A36E4D is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 110 | 77 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.36 |
| HSL | 23.02º | 0.36% | 0.47% | - |
| HSV(B) | 23.02º | 0.53% | 0.64% | - |
| XYZ | 22.02 | 19.47 | 9.62 | - |
| YUV | 122.09 | 102.56 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 110 | 77 | 0 | 0.33 | 0.53 | 0.36 | 23.02 | 0.36 | 0.47 |
| Hex | A3 | 6E | 4D | 0 | 21 | 35 | 24 | 17 | 24 | 2F |
| Octal | 243 | 156 | 115 | 0 | 41 | 65 | 44 | 27 | 44 | 57 |
| Binary | 10100011 | 1101110 | 1001101 | 0 | 100001 | 110101 | 100100 | 10111 | 100100 | 101111 |
Color Harmonies of #A36E4D
Complementary color
Monochromatic Colors of #A36E4D
Black with #A36E4D
Text Example
Text Example
White with #A36E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36E4D; }
p { color: rgb(163,110,77); }
H1.HeaderClassName
{
color: #A36E4D;
}
.AnyTagClassName
{
color: #A36E4D;
}
</style>
background-color css
<style>
a { background-color: #A36E4D; }
a { background-color: rgb(163,110,77); }
div.DivClassName
{
background-color: #A36E4D;
}
.BgClassName
{
background-color: #A36E4D;
}
</style>
border-color css
<style>
span { border-color: #A36E4D; }
span { border-color: rgb(163,110,77); }
td.TdClassName
{
border-color: #A36E4D;
}
.TagClassName
{
border-color: #A36E4D;
}
</style>