Shades of Sante Fe #A36350
Tints of Sante Fe #A36350
RGB
CMYK
RGB Variations
Color information
#A36350 (or 0xA36350) is known color: Sante Fe. HEX triplet: A3, 63 and 50. RGB value is (163,99,80). Sum of RGB (Red+Green+Blue) = 163+99+80=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A36350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36350 is #5C9CAF. Grayscale: #747474. Windows color (decimal): -6069424 or 5268387. OLE color: 5268387.
HSL color Cylindrical-coordinate representation of color #A36350: hue angle of 13.73º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A36350 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 99 | 80 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.36 |
| HSL | 13.73º | 0.34% | 0.48% | - |
| HSV(B) | 13.73º | 0.51% | 0.64% | - |
| XYZ | 21.01 | 17.29 | 9.82 | - |
| YUV | 115.97 | 107.7 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 99 | 80 | 0 | 0.39 | 0.51 | 0.36 | 13.73 | 0.34 | 0.48 |
| Hex | A3 | 63 | 50 | 0 | 27 | 33 | 24 | E | 22 | 30 |
| Octal | 243 | 143 | 120 | 0 | 47 | 63 | 44 | 16 | 42 | 60 |
| Binary | 10100011 | 1100011 | 1010000 | 0 | 100111 | 110011 | 100100 | 1110 | 100010 | 110000 |
Color Harmonies of #A36350
Complementary color
Monochromatic Colors of #A36350
Black with #A36350
Text Example
Text Example
White with #A36350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36350; }
p { color: rgb(163,99,80); }
H1.HeaderClassName
{
color: #A36350;
}
.AnyTagClassName
{
color: #A36350;
}
</style>
background-color css
<style>
a { background-color: #A36350; }
a { background-color: rgb(163,99,80); }
div.DivClassName
{
background-color: #A36350;
}
.BgClassName
{
background-color: #A36350;
}
</style>
border-color css
<style>
span { border-color: #A36350; }
span { border-color: rgb(163,99,80); }
td.TdClassName
{
border-color: #A36350;
}
.TagClassName
{
border-color: #A36350;
}
</style>