Shades of Sante Fe #AE7453
Tints of Sante Fe #AE7453
RGB
CMYK
RGB Variations
Color information
#AE7453 (or 0xAE7453) is known color: Sante Fe. HEX triplet: AE, 74 and 53. RGB value is (174,116,83). Sum of RGB (Red+Green+Blue) = 174+116+83=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7453 is #518BAC. Grayscale: #818181. Windows color (decimal): -5344173 or 5469358. OLE color: 5469358.
HSL color Cylindrical-coordinate representation of color #AE7453: hue angle of 21.76º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE7453 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 116 | 83 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.32 |
| HSL | 21.76º | 0.36% | 0.5% | - |
| HSV(B) | 21.76º | 0.52% | 0.68% | - |
| XYZ | 25.26 | 22.11 | 11.12 | - |
| YUV | 129.58 | 101.72 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 116 | 83 | 0 | 0.33 | 0.52 | 0.32 | 21.76 | 0.36 | 0.5 |
| Hex | AE | 74 | 53 | 0 | 21 | 34 | 20 | 16 | 24 | 32 |
| Octal | 256 | 164 | 123 | 0 | 41 | 64 | 40 | 26 | 44 | 62 |
| Binary | 10101110 | 1110100 | 1010011 | 0 | 100001 | 110100 | 100000 | 10110 | 100100 | 110010 |
Color Harmonies of #AE7453
Complementary color
Monochromatic Colors of #AE7453
Black with #AE7453
Text Example
Text Example
White with #AE7453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7453; }
p { color: rgb(174,116,83); }
H1.HeaderClassName
{
color: #AE7453;
}
.AnyTagClassName
{
color: #AE7453;
}
</style>
background-color css
<style>
a { background-color: #AE7453; }
a { background-color: rgb(174,116,83); }
div.DivClassName
{
background-color: #AE7453;
}
.BgClassName
{
background-color: #AE7453;
}
</style>
border-color css
<style>
span { border-color: #AE7453; }
span { border-color: rgb(174,116,83); }
td.TdClassName
{
border-color: #AE7453;
}
.TagClassName
{
border-color: #AE7453;
}
</style>