Shades of Sante Fe #A2614E
Tints of Sante Fe #A2614E
RGB
CMYK
RGB Variations
Color information
#A2614E (or 0xA2614E) is known color: Sante Fe. HEX triplet: A2, 61 and 4E. RGB value is (162,97,78). Sum of RGB (Red+Green+Blue) = 162+97+78=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A2614E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2614E is #5D9EB1. Grayscale: #727272. Windows color (decimal): -6135474 or 5136802. OLE color: 5136802.
HSL color Cylindrical-coordinate representation of color #A2614E: hue angle of 13.57º degrees, saturation: 0.35, 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 #A2614E is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 97 | 78 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.36 |
| HSL | 13.57º | 0.35% | 0.47% | - |
| HSV(B) | 13.57º | 0.52% | 0.64% | - |
| XYZ | 20.55 | 16.78 | 9.36 | - |
| YUV | 114.27 | 107.53 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 97 | 78 | 0 | 0.40 | 0.52 | 0.36 | 13.57 | 0.35 | 0.47 |
| Hex | A2 | 61 | 4E | 0 | 28 | 34 | 24 | E | 23 | 2F |
| Octal | 242 | 141 | 116 | 0 | 50 | 64 | 44 | 16 | 43 | 57 |
| Binary | 10100010 | 1100001 | 1001110 | 0 | 101000 | 110100 | 100100 | 1110 | 100011 | 101111 |
Color Harmonies of #A2614E
Complementary color
Monochromatic Colors of #A2614E
Black with #A2614E
Text Example
Text Example
White with #A2614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2614E; }
p { color: rgb(162,97,78); }
H1.HeaderClassName
{
color: #A2614E;
}
.AnyTagClassName
{
color: #A2614E;
}
</style>
background-color css
<style>
a { background-color: #A2614E; }
a { background-color: rgb(162,97,78); }
div.DivClassName
{
background-color: #A2614E;
}
.BgClassName
{
background-color: #A2614E;
}
</style>
border-color css
<style>
span { border-color: #A2614E; }
span { border-color: rgb(162,97,78); }
td.TdClassName
{
border-color: #A2614E;
}
.TagClassName
{
border-color: #A2614E;
}
</style>