Shades of Sante Fe #A36B49
Tints of Sante Fe #A36B49
RGB
CMYK
RGB Variations
Color information
#A36B49 (or 0xA36B49) is known color: Sante Fe. HEX triplet: A3, 6B and 49. RGB value is (163,107,73). Sum of RGB (Red+Green+Blue) = 163+107+73=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A36B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36B49 is #5C94B6. Grayscale: #787878. Windows color (decimal): -6067383 or 4811683. OLE color: 4811683.
HSL color Cylindrical-coordinate representation of color #A36B49: hue angle of 22.67º 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 #A36B49 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 107 | 73 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.36 |
| HSL | 22.67º | 0.38% | 0.46% | - |
| HSV(B) | 22.67º | 0.55% | 0.64% | - |
| XYZ | 21.56 | 18.78 | 8.79 | - |
| YUV | 119.87 | 101.55 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 107 | 73 | 0 | 0.34 | 0.55 | 0.36 | 22.67 | 0.38 | 0.46 |
| Hex | A3 | 6B | 49 | 0 | 22 | 37 | 24 | 17 | 26 | 2E |
| Octal | 243 | 153 | 111 | 0 | 42 | 67 | 44 | 27 | 46 | 56 |
| Binary | 10100011 | 1101011 | 1001001 | 0 | 100010 | 110111 | 100100 | 10111 | 100110 | 101110 |
Color Harmonies of #A36B49
Complementary color
Monochromatic Colors of #A36B49
Black with #A36B49
Text Example
Text Example
White with #A36B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36B49; }
p { color: rgb(163,107,73); }
H1.HeaderClassName
{
color: #A36B49;
}
.AnyTagClassName
{
color: #A36B49;
}
</style>
background-color css
<style>
a { background-color: #A36B49; }
a { background-color: rgb(163,107,73); }
div.DivClassName
{
background-color: #A36B49;
}
.BgClassName
{
background-color: #A36B49;
}
</style>
border-color css
<style>
span { border-color: #A36B49; }
span { border-color: rgb(163,107,73); }
td.TdClassName
{
border-color: #A36B49;
}
.TagClassName
{
border-color: #A36B49;
}
</style>