Shades of Sante Fe #AE6457
Tints of Sante Fe #AE6457
RGB
CMYK
RGB Variations
Color information
#AE6457 (or 0xAE6457) is known color: Sante Fe. HEX triplet: AE, 64 and 57. RGB value is (174,100,87). Sum of RGB (Red+Green+Blue) = 174+100+87=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6457 is #519BA8. Grayscale: #787878. Windows color (decimal): -5348265 or 5727406. OLE color: 5727406.
HSL color Cylindrical-coordinate representation of color #AE6457: hue angle of 8.97º 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 #AE6457 is Cyan = 0, Magento = 0.43, Yellow = 0.5 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 100 | 87 | - |
| CMYK | 0 | 0.43 | 0.5 | 0.32 |
| HSL | 8.97º | 0.35% | 0.51% | - |
| HSV(B) | 8.97º | 0.5% | 0.68% | - |
| XYZ | 23.73 | 18.8 | 11.39 | - |
| YUV | 120.64 | 109.02 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 100 | 87 | 0 | 0.43 | 0.5 | 0.32 | 8.97 | 0.35 | 0.51 |
| Hex | AE | 64 | 57 | 0 | 2B | 32 | 20 | 9 | 23 | 33 |
| Octal | 256 | 144 | 127 | 0 | 53 | 62 | 40 | 11 | 43 | 63 |
| Binary | 10101110 | 1100100 | 1010111 | 0 | 101011 | 110010 | 100000 | 1001 | 100011 | 110011 |
Color Harmonies of #AE6457
Complementary color
Monochromatic Colors of #AE6457
Black with #AE6457
Text Example
Text Example
White with #AE6457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6457; }
p { color: rgb(174,100,87); }
H1.HeaderClassName
{
color: #AE6457;
}
.AnyTagClassName
{
color: #AE6457;
}
</style>
background-color css
<style>
a { background-color: #AE6457; }
a { background-color: rgb(174,100,87); }
div.DivClassName
{
background-color: #AE6457;
}
.BgClassName
{
background-color: #AE6457;
}
</style>
border-color css
<style>
span { border-color: #AE6457; }
span { border-color: rgb(174,100,87); }
td.TdClassName
{
border-color: #AE6457;
}
.TagClassName
{
border-color: #AE6457;
}
</style>