Shades of Sante Fe #AE6D57
Tints of Sante Fe #AE6D57
RGB
CMYK
RGB Variations
Color information
#AE6D57 (or 0xAE6D57) is known color: Sante Fe. HEX triplet: AE, 6D and 57. RGB value is (174,109,87). Sum of RGB (Red+Green+Blue) = 174+109+87=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6D57 is #5192A8. Grayscale: #7E7E7E. Windows color (decimal): -5345961 or 5729710. OLE color: 5729710.
HSL color Cylindrical-coordinate representation of color #AE6D57: hue angle of 15.17º 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 #AE6D57 is Cyan = 0, Magento = 0.37, Yellow = 0.5 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 109 | 87 | - |
| CMYK | 0 | 0.37 | 0.5 | 0.32 |
| HSL | 15.17º | 0.35% | 0.51% | - |
| HSV(B) | 15.17º | 0.5% | 0.68% | - |
| XYZ | 24.64 | 20.62 | 11.7 | - |
| YUV | 125.93 | 106.03 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 109 | 87 | 0 | 0.37 | 0.5 | 0.32 | 15.17 | 0.35 | 0.51 |
| Hex | AE | 6D | 57 | 0 | 25 | 32 | 20 | F | 23 | 33 |
| Octal | 256 | 155 | 127 | 0 | 45 | 62 | 40 | 17 | 43 | 63 |
| Binary | 10101110 | 1101101 | 1010111 | 0 | 100101 | 110010 | 100000 | 1111 | 100011 | 110011 |
Color Harmonies of #AE6D57
Complementary color
Monochromatic Colors of #AE6D57
Black with #AE6D57
Text Example
Text Example
White with #AE6D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6D57; }
p { color: rgb(174,109,87); }
H1.HeaderClassName
{
color: #AE6D57;
}
.AnyTagClassName
{
color: #AE6D57;
}
</style>
background-color css
<style>
a { background-color: #AE6D57; }
a { background-color: rgb(174,109,87); }
div.DivClassName
{
background-color: #AE6D57;
}
.BgClassName
{
background-color: #AE6D57;
}
</style>
border-color css
<style>
span { border-color: #AE6D57; }
span { border-color: rgb(174,109,87); }
td.TdClassName
{
border-color: #AE6D57;
}
.TagClassName
{
border-color: #AE6D57;
}
</style>