Shades of Sante Fe #A4614E
Tints of Sante Fe #A4614E
RGB
CMYK
RGB Variations
Color information
#A4614E (or 0xA4614E) is known color: Sante Fe. HEX triplet: A4, 61 and 4E. RGB value is (164,97,78). Sum of RGB (Red+Green+Blue) = 164+97+78=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A4614E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4614E is #5B9EB1. Grayscale: #737373. Windows color (decimal): -6004402 or 5136804. OLE color: 5136804.
HSL color Cylindrical-coordinate representation of color #A4614E: hue angle of 13.26º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4614E is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 97 | 78 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.36 |
| HSL | 13.26º | 0.36% | 0.47% | - |
| HSV(B) | 13.26º | 0.52% | 0.64% | - |
| XYZ | 20.96 | 16.99 | 9.38 | - |
| YUV | 114.87 | 107.2 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 97 | 78 | 0 | 0.41 | 0.52 | 0.36 | 13.26 | 0.36 | 0.47 |
| Hex | A4 | 61 | 4E | 0 | 29 | 34 | 24 | D | 24 | 2F |
| Octal | 244 | 141 | 116 | 0 | 51 | 64 | 44 | 15 | 44 | 57 |
| Binary | 10100100 | 1100001 | 1001110 | 0 | 101001 | 110100 | 100100 | 1101 | 100100 | 101111 |
Color Harmonies of #A4614E
Complementary color
Monochromatic Colors of #A4614E
Black with #A4614E
Text Example
Text Example
White with #A4614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4614E; }
p { color: rgb(164,97,78); }
H1.HeaderClassName
{
color: #A4614E;
}
.AnyTagClassName
{
color: #A4614E;
}
</style>
background-color css
<style>
a { background-color: #A4614E; }
a { background-color: rgb(164,97,78); }
div.DivClassName
{
background-color: #A4614E;
}
.BgClassName
{
background-color: #A4614E;
}
</style>
border-color css
<style>
span { border-color: #A4614E; }
span { border-color: rgb(164,97,78); }
td.TdClassName
{
border-color: #A4614E;
}
.TagClassName
{
border-color: #A4614E;
}
</style>