Shades of Sante Fe #AE7350
Tints of Sante Fe #AE7350
RGB
CMYK
RGB Variations
Color information
#AE7350 (or 0xAE7350) is known color: Sante Fe. HEX triplet: AE, 73 and 50. RGB value is (174,115,80). Sum of RGB (Red+Green+Blue) = 174+115+80=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7350 is #518CAF. Grayscale: #808080. Windows color (decimal): -5344432 or 5272494. OLE color: 5272494.
HSL color Cylindrical-coordinate representation of color #AE7350: hue angle of 22.34º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE7350 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 115 | 80 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.32 |
| HSL | 22.34º | 0.37% | 0.5% | - |
| HSV(B) | 22.34º | 0.54% | 0.68% | - |
| XYZ | 25.03 | 21.84 | 10.49 | - |
| YUV | 128.65 | 100.55 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 115 | 80 | 0 | 0.34 | 0.54 | 0.32 | 22.34 | 0.37 | 0.5 |
| Hex | AE | 73 | 50 | 0 | 22 | 36 | 20 | 16 | 25 | 32 |
| Octal | 256 | 163 | 120 | 0 | 42 | 66 | 40 | 26 | 45 | 62 |
| Binary | 10101110 | 1110011 | 1010000 | 0 | 100010 | 110110 | 100000 | 10110 | 100101 | 110010 |
Color Harmonies of #AE7350
Complementary color
Monochromatic Colors of #AE7350
Black with #AE7350
Text Example
Text Example
White with #AE7350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7350; }
p { color: rgb(174,115,80); }
H1.HeaderClassName
{
color: #AE7350;
}
.AnyTagClassName
{
color: #AE7350;
}
</style>
background-color css
<style>
a { background-color: #AE7350; }
a { background-color: rgb(174,115,80); }
div.DivClassName
{
background-color: #AE7350;
}
.BgClassName
{
background-color: #AE7350;
}
</style>
border-color css
<style>
span { border-color: #AE7350; }
span { border-color: rgb(174,115,80); }
td.TdClassName
{
border-color: #AE7350;
}
.TagClassName
{
border-color: #AE7350;
}
</style>