Shades of Sante Fe #AE705B
Tints of Sante Fe #AE705B
RGB
CMYK
RGB Variations
Color information
#AE705B (or 0xAE705B) is known color: Sante Fe. HEX triplet: AE, 70 and 5B. RGB value is (174,112,91). Sum of RGB (Red+Green+Blue) = 174+112+91=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE705B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE705B is #518FA4. Grayscale: #808080. Windows color (decimal): -5345189 or 5992622. OLE color: 5992622.
HSL color Cylindrical-coordinate representation of color #AE705B: hue angle of 15.18º 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 #AE705B is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 112 | 91 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.32 |
| HSL | 15.18º | 0.34% | 0.52% | - |
| HSV(B) | 15.18º | 0.48% | 0.68% | - |
| XYZ | 25.14 | 21.34 | 12.69 | - |
| YUV | 128.14 | 107.04 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 112 | 91 | 0 | 0.36 | 0.48 | 0.32 | 15.18 | 0.34 | 0.52 |
| Hex | AE | 70 | 5B | 0 | 24 | 30 | 20 | F | 22 | 34 |
| Octal | 256 | 160 | 133 | 0 | 44 | 60 | 40 | 17 | 42 | 64 |
| Binary | 10101110 | 1110000 | 1011011 | 0 | 100100 | 110000 | 100000 | 1111 | 100010 | 110100 |
Color Harmonies of #AE705B
Complementary color
Monochromatic Colors of #AE705B
Black with #AE705B
Text Example
Text Example
White with #AE705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE705B; }
p { color: rgb(174,112,91); }
H1.HeaderClassName
{
color: #AE705B;
}
.AnyTagClassName
{
color: #AE705B;
}
</style>
background-color css
<style>
a { background-color: #AE705B; }
a { background-color: rgb(174,112,91); }
div.DivClassName
{
background-color: #AE705B;
}
.BgClassName
{
background-color: #AE705B;
}
</style>
border-color css
<style>
span { border-color: #AE705B; }
span { border-color: rgb(174,112,91); }
td.TdClassName
{
border-color: #AE705B;
}
.TagClassName
{
border-color: #AE705B;
}
</style>