Shades of Sante Fe #A36D4A
Tints of Sante Fe #A36D4A
RGB
CMYK
RGB Variations
Color information
#A36D4A (or 0xA36D4A) is known color: Sante Fe. HEX triplet: A3, 6D and 4A. RGB value is (163,109,74). Sum of RGB (Red+Green+Blue) = 163+109+74=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36D4A is #5C92B5. Grayscale: #797979. Windows color (decimal): -6066870 or 4877731. OLE color: 4877731.
HSL color Cylindrical-coordinate representation of color #A36D4A: hue angle of 23.6º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A36D4A is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 109 | 74 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.36 |
| HSL | 23.6º | 0.38% | 0.46% | - |
| HSV(B) | 23.6º | 0.55% | 0.64% | - |
| XYZ | 21.81 | 19.22 | 9.04 | - |
| YUV | 121.16 | 101.39 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 74 | 0 | 0.33 | 0.55 | 0.36 | 23.6 | 0.38 | 0.46 |
| Hex | A3 | 6D | 4A | 0 | 21 | 37 | 24 | 18 | 26 | 2E |
| Octal | 243 | 155 | 112 | 0 | 41 | 67 | 44 | 30 | 46 | 56 |
| Binary | 10100011 | 1101101 | 1001010 | 0 | 100001 | 110111 | 100100 | 11000 | 100110 | 101110 |
Color Harmonies of #A36D4A
Complementary color
Monochromatic Colors of #A36D4A
Black with #A36D4A
Text Example
Text Example
White with #A36D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36D4A; }
p { color: rgb(163,109,74); }
H1.HeaderClassName
{
color: #A36D4A;
}
.AnyTagClassName
{
color: #A36D4A;
}
</style>
background-color css
<style>
a { background-color: #A36D4A; }
a { background-color: rgb(163,109,74); }
div.DivClassName
{
background-color: #A36D4A;
}
.BgClassName
{
background-color: #A36D4A;
}
</style>
border-color css
<style>
span { border-color: #A36D4A; }
span { border-color: rgb(163,109,74); }
td.TdClassName
{
border-color: #A36D4A;
}
.TagClassName
{
border-color: #A36D4A;
}
</style>