Shades of Sante Fe #AE705C
Tints of Sante Fe #AE705C
RGB
CMYK
RGB Variations
Color information
#AE705C (or 0xAE705C) is known color: Sante Fe. HEX triplet: AE, 70 and 5C. RGB value is (174,112,92). Sum of RGB (Red+Green+Blue) = 174+112+92=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE705C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE705C is #518FA3. Grayscale: #808080. Windows color (decimal): -5345188 or 6058158. OLE color: 6058158.
HSL color Cylindrical-coordinate representation of color #AE705C: hue angle of 14.63º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE705C is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 112 | 92 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.32 |
| HSL | 14.63º | 0.34% | 0.52% | - |
| HSV(B) | 14.63º | 0.47% | 0.68% | - |
| XYZ | 25.18 | 21.36 | 12.92 | - |
| YUV | 128.26 | 107.54 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 112 | 92 | 0 | 0.36 | 0.47 | 0.32 | 14.63 | 0.34 | 0.52 |
| Hex | AE | 70 | 5C | 0 | 24 | 2F | 20 | F | 22 | 34 |
| Octal | 256 | 160 | 134 | 0 | 44 | 57 | 40 | 17 | 42 | 64 |
| Binary | 10101110 | 1110000 | 1011100 | 0 | 100100 | 101111 | 100000 | 1111 | 100010 | 110100 |
Color Harmonies of #AE705C
Complementary color
Monochromatic Colors of #AE705C
Black with #AE705C
Text Example
Text Example
White with #AE705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE705C; }
p { color: rgb(174,112,92); }
H1.HeaderClassName
{
color: #AE705C;
}
.AnyTagClassName
{
color: #AE705C;
}
</style>
background-color css
<style>
a { background-color: #AE705C; }
a { background-color: rgb(174,112,92); }
div.DivClassName
{
background-color: #AE705C;
}
.BgClassName
{
background-color: #AE705C;
}
</style>
border-color css
<style>
span { border-color: #AE705C; }
span { border-color: rgb(174,112,92); }
td.TdClassName
{
border-color: #AE705C;
}
.TagClassName
{
border-color: #AE705C;
}
</style>