Shades of Sante Fe #A2624E
Tints of Sante Fe #A2624E
RGB
CMYK
RGB Variations
Color information
#A2624E (or 0xA2624E) is known color: Sante Fe. HEX triplet: A2, 62 and 4E. RGB value is (162,98,78). Sum of RGB (Red+Green+Blue) = 162+98+78=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2624E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2624E is #5D9DB1. Grayscale: #737373. Windows color (decimal): -6135218 or 5137058. OLE color: 5137058.
HSL color Cylindrical-coordinate representation of color #A2624E: hue angle of 14.29º 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 #A2624E is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 98 | 78 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.36 |
| HSL | 14.29º | 0.35% | 0.47% | - |
| HSV(B) | 14.29º | 0.52% | 0.64% | - |
| XYZ | 20.64 | 16.97 | 9.39 | - |
| YUV | 114.86 | 107.2 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 98 | 78 | 0 | 0.40 | 0.52 | 0.36 | 14.29 | 0.35 | 0.47 |
| Hex | A2 | 62 | 4E | 0 | 28 | 34 | 24 | E | 23 | 2F |
| Octal | 242 | 142 | 116 | 0 | 50 | 64 | 44 | 16 | 43 | 57 |
| Binary | 10100010 | 1100010 | 1001110 | 0 | 101000 | 110100 | 100100 | 1110 | 100011 | 101111 |
Color Harmonies of #A2624E
Complementary color
Monochromatic Colors of #A2624E
Black with #A2624E
Text Example
Text Example
White with #A2624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2624E; }
p { color: rgb(162,98,78); }
H1.HeaderClassName
{
color: #A2624E;
}
.AnyTagClassName
{
color: #A2624E;
}
</style>
background-color css
<style>
a { background-color: #A2624E; }
a { background-color: rgb(162,98,78); }
div.DivClassName
{
background-color: #A2624E;
}
.BgClassName
{
background-color: #A2624E;
}
</style>
border-color css
<style>
span { border-color: #A2624E; }
span { border-color: rgb(162,98,78); }
td.TdClassName
{
border-color: #A2624E;
}
.TagClassName
{
border-color: #A2624E;
}
</style>