Shades of Sante Fe #A3614B
Tints of Sante Fe #A3614B
RGB
CMYK
RGB Variations
Color information
#A3614B (or 0xA3614B) is known color: Sante Fe. HEX triplet: A3, 61 and 4B. RGB value is (163,97,75). Sum of RGB (Red+Green+Blue) = 163+97+75=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A3614B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3614B is #5C9EB4. Grayscale: #727272. Windows color (decimal): -6069941 or 4940195. OLE color: 4940195.
HSL color Cylindrical-coordinate representation of color #A3614B: hue angle of 15º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A3614B is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 97 | 75 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.36 |
| HSL | 15º | 0.37% | 0.47% | - |
| HSV(B) | 15º | 0.54% | 0.64% | - |
| XYZ | 20.65 | 16.84 | 8.82 | - |
| YUV | 114.23 | 105.87 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 97 | 75 | 0 | 0.40 | 0.54 | 0.36 | 15 | 0.37 | 0.47 |
| Hex | A3 | 61 | 4B | 0 | 28 | 36 | 24 | F | 25 | 2F |
| Octal | 243 | 141 | 113 | 0 | 50 | 66 | 44 | 17 | 45 | 57 |
| Binary | 10100011 | 1100001 | 1001011 | 0 | 101000 | 110110 | 100100 | 1111 | 100101 | 101111 |
Color Harmonies of #A3614B
Complementary color
Monochromatic Colors of #A3614B
Black with #A3614B
Text Example
Text Example
White with #A3614B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3614B; }
p { color: rgb(163,97,75); }
H1.HeaderClassName
{
color: #A3614B;
}
.AnyTagClassName
{
color: #A3614B;
}
</style>
background-color css
<style>
a { background-color: #A3614B; }
a { background-color: rgb(163,97,75); }
div.DivClassName
{
background-color: #A3614B;
}
.BgClassName
{
background-color: #A3614B;
}
</style>
border-color css
<style>
span { border-color: #A3614B; }
span { border-color: rgb(163,97,75); }
td.TdClassName
{
border-color: #A3614B;
}
.TagClassName
{
border-color: #A3614B;
}
</style>