Shades of Sante Fe #A36C4A
Tints of Sante Fe #A36C4A
RGB
CMYK
RGB Variations
Color information
#A36C4A (or 0xA36C4A) is known color: Sante Fe. HEX triplet: A3, 6C and 4A. RGB value is (163,108,74). Sum of RGB (Red+Green+Blue) = 163+108+74=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36C4A is #5C93B5. Grayscale: #787878. Windows color (decimal): -6067126 or 4877475. OLE color: 4877475.
HSL color Cylindrical-coordinate representation of color #A36C4A: hue angle of 22.92º 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 #A36C4A is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 108 | 74 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.36 |
| HSL | 22.92º | 0.38% | 0.46% | - |
| HSV(B) | 22.92º | 0.55% | 0.64% | - |
| XYZ | 21.7 | 19.01 | 9 | - |
| YUV | 120.57 | 101.72 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 108 | 74 | 0 | 0.34 | 0.55 | 0.36 | 22.92 | 0.38 | 0.46 |
| Hex | A3 | 6C | 4A | 0 | 22 | 37 | 24 | 17 | 26 | 2E |
| Octal | 243 | 154 | 112 | 0 | 42 | 67 | 44 | 27 | 46 | 56 |
| Binary | 10100011 | 1101100 | 1001010 | 0 | 100010 | 110111 | 100100 | 10111 | 100110 | 101110 |
Color Harmonies of #A36C4A
Complementary color
Monochromatic Colors of #A36C4A
Black with #A36C4A
Text Example
Text Example
White with #A36C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36C4A; }
p { color: rgb(163,108,74); }
H1.HeaderClassName
{
color: #A36C4A;
}
.AnyTagClassName
{
color: #A36C4A;
}
</style>
background-color css
<style>
a { background-color: #A36C4A; }
a { background-color: rgb(163,108,74); }
div.DivClassName
{
background-color: #A36C4A;
}
.BgClassName
{
background-color: #A36C4A;
}
</style>
border-color css
<style>
span { border-color: #A36C4A; }
span { border-color: rgb(163,108,74); }
td.TdClassName
{
border-color: #A36C4A;
}
.TagClassName
{
border-color: #A36C4A;
}
</style>