Shades of Sante Fe #AE715B
Tints of Sante Fe #AE715B
RGB
CMYK
RGB Variations
Color information
#AE715B (or 0xAE715B) is known color: Sante Fe. HEX triplet: AE, 71 and 5B. RGB value is (174,113,91). Sum of RGB (Red+Green+Blue) = 174+113+91=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE715B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE715B is #518EA4. Grayscale: #808080. Windows color (decimal): -5344933 or 5992878. OLE color: 5992878.
HSL color Cylindrical-coordinate representation of color #AE715B: hue angle of 15.9º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE715B is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 113 | 91 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.32 |
| HSL | 15.9º | 0.34% | 0.52% | - |
| HSV(B) | 15.9º | 0.48% | 0.68% | - |
| XYZ | 25.25 | 21.56 | 12.73 | - |
| YUV | 128.73 | 106.71 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 113 | 91 | 0 | 0.35 | 0.48 | 0.32 | 15.9 | 0.34 | 0.52 |
| Hex | AE | 71 | 5B | 0 | 23 | 30 | 20 | 10 | 22 | 34 |
| Octal | 256 | 161 | 133 | 0 | 43 | 60 | 40 | 20 | 42 | 64 |
| Binary | 10101110 | 1110001 | 1011011 | 0 | 100011 | 110000 | 100000 | 10000 | 100010 | 110100 |
Color Harmonies of #AE715B
Complementary color
Monochromatic Colors of #AE715B
Black with #AE715B
Text Example
Text Example
White with #AE715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE715B; }
p { color: rgb(174,113,91); }
H1.HeaderClassName
{
color: #AE715B;
}
.AnyTagClassName
{
color: #AE715B;
}
</style>
background-color css
<style>
a { background-color: #AE715B; }
a { background-color: rgb(174,113,91); }
div.DivClassName
{
background-color: #AE715B;
}
.BgClassName
{
background-color: #AE715B;
}
</style>
border-color css
<style>
span { border-color: #AE715B; }
span { border-color: rgb(174,113,91); }
td.TdClassName
{
border-color: #AE715B;
}
.TagClassName
{
border-color: #AE715B;
}
</style>