Shades of Sante Fe #AE6251
Tints of Sante Fe #AE6251
RGB
CMYK
RGB Variations
Color information
#AE6251 (or 0xAE6251) is known color: Sante Fe. HEX triplet: AE, 62 and 51. RGB value is (174,98,81). Sum of RGB (Red+Green+Blue) = 174+98+81=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6251 is #519DAE. Grayscale: #767676. Windows color (decimal): -5348783 or 5333678. OLE color: 5333678.
HSL color Cylindrical-coordinate representation of color #AE6251: hue angle of 10.97º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE6251 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 98 | 81 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.32 |
| HSL | 10.97º | 0.36% | 0.5% | - |
| HSV(B) | 10.97º | 0.53% | 0.68% | - |
| XYZ | 23.31 | 18.33 | 10.09 | - |
| YUV | 118.79 | 106.68 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 98 | 81 | 0 | 0.44 | 0.53 | 0.32 | 10.97 | 0.36 | 0.5 |
| Hex | AE | 62 | 51 | 0 | 2C | 35 | 20 | B | 24 | 32 |
| Octal | 256 | 142 | 121 | 0 | 54 | 65 | 40 | 13 | 44 | 62 |
| Binary | 10101110 | 1100010 | 1010001 | 0 | 101100 | 110101 | 100000 | 1011 | 100100 | 110010 |
Color Harmonies of #AE6251
Complementary color
Monochromatic Colors of #AE6251
Black with #AE6251
Text Example
Text Example
White with #AE6251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6251; }
p { color: rgb(174,98,81); }
H1.HeaderClassName
{
color: #AE6251;
}
.AnyTagClassName
{
color: #AE6251;
}
</style>
background-color css
<style>
a { background-color: #AE6251; }
a { background-color: rgb(174,98,81); }
div.DivClassName
{
background-color: #AE6251;
}
.BgClassName
{
background-color: #AE6251;
}
</style>
border-color css
<style>
span { border-color: #AE6251; }
span { border-color: rgb(174,98,81); }
td.TdClassName
{
border-color: #AE6251;
}
.TagClassName
{
border-color: #AE6251;
}
</style>