Shades of Sante Fe #A36C57
Tints of Sante Fe #A36C57
RGB
CMYK
RGB Variations
Color information
#A36C57 (or 0xA36C57) is known color: Sante Fe. HEX triplet: A3, 6C and 57. RGB value is (163,108,87). Sum of RGB (Red+Green+Blue) = 163+108+87=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36C57 is #5C93A8. Grayscale: #7A7A7A. Windows color (decimal): -6067113 or 5729443. OLE color: 5729443.
HSL color Cylindrical-coordinate representation of color #A36C57: hue angle of 16.58º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A36C57 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 108 | 87 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.36 |
| HSL | 16.58º | 0.3% | 0.49% | - |
| HSV(B) | 16.58º | 0.47% | 0.64% | - |
| XYZ | 22.19 | 19.2 | 11.55 | - |
| YUV | 122.05 | 108.22 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 108 | 87 | 0 | 0.34 | 0.47 | 0.36 | 16.58 | 0.3 | 0.49 |
| Hex | A3 | 6C | 57 | 0 | 22 | 2F | 24 | 11 | 1E | 31 |
| Octal | 243 | 154 | 127 | 0 | 42 | 57 | 44 | 21 | 36 | 61 |
| Binary | 10100011 | 1101100 | 1010111 | 0 | 100010 | 101111 | 100100 | 10001 | 11110 | 110001 |
Color Harmonies of #A36C57
Complementary color
Monochromatic Colors of #A36C57
Black with #A36C57
Text Example
Text Example
White with #A36C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36C57; }
p { color: rgb(163,108,87); }
H1.HeaderClassName
{
color: #A36C57;
}
.AnyTagClassName
{
color: #A36C57;
}
</style>
background-color css
<style>
a { background-color: #A36C57; }
a { background-color: rgb(163,108,87); }
div.DivClassName
{
background-color: #A36C57;
}
.BgClassName
{
background-color: #A36C57;
}
</style>
border-color css
<style>
span { border-color: #A36C57; }
span { border-color: rgb(163,108,87); }
td.TdClassName
{
border-color: #A36C57;
}
.TagClassName
{
border-color: #A36C57;
}
</style>