Shades of Sante Fe #AE624E
Tints of Sante Fe #AE624E
RGB
CMYK
RGB Variations
Color information
#AE624E (or 0xAE624E) is known color: Sante Fe. HEX triplet: AE, 62 and 4E. RGB value is (174,98,78). Sum of RGB (Red+Green+Blue) = 174+98+78=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE624E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE624E is #519DB1. Grayscale: #767676. Windows color (decimal): -5348786 or 5137070. OLE color: 5137070.
HSL color Cylindrical-coordinate representation of color #AE624E: hue angle of 12.5º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE624E is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 98 | 78 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.32 |
| HSL | 12.5º | 0.38% | 0.49% | - |
| HSV(B) | 12.5º | 0.55% | 0.68% | - |
| XYZ | 23.2 | 18.28 | 9.51 | - |
| YUV | 118.44 | 105.18 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 98 | 78 | 0 | 0.44 | 0.55 | 0.32 | 12.5 | 0.38 | 0.49 |
| Hex | AE | 62 | 4E | 0 | 2C | 37 | 20 | C | 26 | 31 |
| Octal | 256 | 142 | 116 | 0 | 54 | 67 | 40 | 14 | 46 | 61 |
| Binary | 10101110 | 1100010 | 1001110 | 0 | 101100 | 110111 | 100000 | 1100 | 100110 | 110001 |
Color Harmonies of #AE624E
Complementary color
Monochromatic Colors of #AE624E
Black with #AE624E
Text Example
Text Example
White with #AE624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE624E; }
p { color: rgb(174,98,78); }
H1.HeaderClassName
{
color: #AE624E;
}
.AnyTagClassName
{
color: #AE624E;
}
</style>
background-color css
<style>
a { background-color: #AE624E; }
a { background-color: rgb(174,98,78); }
div.DivClassName
{
background-color: #AE624E;
}
.BgClassName
{
background-color: #AE624E;
}
</style>
border-color css
<style>
span { border-color: #AE624E; }
span { border-color: rgb(174,98,78); }
td.TdClassName
{
border-color: #AE624E;
}
.TagClassName
{
border-color: #AE624E;
}
</style>