Shades of Sante Fe #A36F49
Tints of Sante Fe #A36F49
RGB
CMYK
RGB Variations
Color information
#A36F49 (or 0xA36F49) is known color: Sante Fe. HEX triplet: A3, 6F and 49. RGB value is (163,111,73). Sum of RGB (Red+Green+Blue) = 163+111+73=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36F49 is #5C90B6. Grayscale: #7A7A7A. Windows color (decimal): -6066359 or 4812707. OLE color: 4812707.
HSL color Cylindrical-coordinate representation of color #A36F49: hue angle of 25.33º 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 #A36F49 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 111 | 73 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.36 |
| HSL | 25.33º | 0.38% | 0.46% | - |
| HSV(B) | 25.33º | 0.55% | 0.64% | - |
| XYZ | 21.99 | 19.64 | 8.93 | - |
| YUV | 122.22 | 100.23 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 73 | 0 | 0.32 | 0.55 | 0.36 | 25.33 | 0.38 | 0.46 |
| Hex | A3 | 6F | 49 | 0 | 20 | 37 | 24 | 19 | 26 | 2E |
| Octal | 243 | 157 | 111 | 0 | 40 | 67 | 44 | 31 | 46 | 56 |
| Binary | 10100011 | 1101111 | 1001001 | 0 | 100000 | 110111 | 100100 | 11001 | 100110 | 101110 |
Color Harmonies of #A36F49
Complementary color
Monochromatic Colors of #A36F49
Black with #A36F49
Text Example
Text Example
White with #A36F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36F49; }
p { color: rgb(163,111,73); }
H1.HeaderClassName
{
color: #A36F49;
}
.AnyTagClassName
{
color: #A36F49;
}
</style>
background-color css
<style>
a { background-color: #A36F49; }
a { background-color: rgb(163,111,73); }
div.DivClassName
{
background-color: #A36F49;
}
.BgClassName
{
background-color: #A36F49;
}
</style>
border-color css
<style>
span { border-color: #A36F49; }
span { border-color: rgb(163,111,73); }
td.TdClassName
{
border-color: #A36F49;
}
.TagClassName
{
border-color: #A36F49;
}
</style>