Shades of Sante Fe #AE6557
Tints of Sante Fe #AE6557
RGB
CMYK
RGB Variations
Color information
#AE6557 (or 0xAE6557) is known color: Sante Fe. HEX triplet: AE, 65 and 57. RGB value is (174,101,87). Sum of RGB (Red+Green+Blue) = 174+101+87=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 87 (34.38% from 255 or 24.03% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6557 is #519AA8. Grayscale: #797979. Windows color (decimal): -5348009 or 5727662. OLE color: 5727662.
HSL color Cylindrical-coordinate representation of color #AE6557: hue angle of 9.66º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE6557 is Cyan = 0, Magento = 0.42, Yellow = 0.5 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 101 | 87 | - |
| CMYK | 0 | 0.42 | 0.5 | 0.32 |
| HSL | 9.66º | 0.35% | 0.51% | - |
| HSV(B) | 9.66º | 0.5% | 0.68% | - |
| XYZ | 23.83 | 18.99 | 11.43 | - |
| YUV | 121.23 | 108.68 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 87 | 0 | 0.42 | 0.5 | 0.32 | 9.66 | 0.35 | 0.51 |
| Hex | AE | 65 | 57 | 0 | 2A | 32 | 20 | A | 23 | 33 |
| Octal | 256 | 145 | 127 | 0 | 52 | 62 | 40 | 12 | 43 | 63 |
| Binary | 10101110 | 1100101 | 1010111 | 0 | 101010 | 110010 | 100000 | 1010 | 100011 | 110011 |
Color Harmonies of #AE6557
Complementary color
Monochromatic Colors of #AE6557
Black with #AE6557
Text Example
Text Example
White with #AE6557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6557; }
p { color: rgb(174,101,87); }
H1.HeaderClassName
{
color: #AE6557;
}
.AnyTagClassName
{
color: #AE6557;
}
</style>
background-color css
<style>
a { background-color: #AE6557; }
a { background-color: rgb(174,101,87); }
div.DivClassName
{
background-color: #AE6557;
}
.BgClassName
{
background-color: #AE6557;
}
</style>
border-color css
<style>
span { border-color: #AE6557; }
span { border-color: rgb(174,101,87); }
td.TdClassName
{
border-color: #AE6557;
}
.TagClassName
{
border-color: #AE6557;
}
</style>