Shades of Sante Fe #AE6850
Tints of Sante Fe #AE6850
RGB
CMYK
RGB Variations
Color information
#AE6850 (or 0xAE6850) is known color: Sante Fe. HEX triplet: AE, 68 and 50. RGB value is (174,104,80). Sum of RGB (Red+Green+Blue) = 174+104+80=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6850 is #5197AF. Grayscale: #7A7A7A. Windows color (decimal): -5347248 or 5269678. OLE color: 5269678.
HSL color Cylindrical-coordinate representation of color #AE6850: hue angle of 15.32º 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 #AE6850 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 104 | 80 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.32 |
| HSL | 15.32º | 0.37% | 0.5% | - |
| HSV(B) | 15.32º | 0.54% | 0.68% | - |
| XYZ | 23.85 | 19.48 | 10.09 | - |
| YUV | 122.19 | 104.19 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 104 | 80 | 0 | 0.40 | 0.54 | 0.32 | 15.32 | 0.37 | 0.5 |
| Hex | AE | 68 | 50 | 0 | 28 | 36 | 20 | F | 25 | 32 |
| Octal | 256 | 150 | 120 | 0 | 50 | 66 | 40 | 17 | 45 | 62 |
| Binary | 10101110 | 1101000 | 1010000 | 0 | 101000 | 110110 | 100000 | 1111 | 100101 | 110010 |
Color Harmonies of #AE6850
Complementary color
Monochromatic Colors of #AE6850
Black with #AE6850
Text Example
Text Example
White with #AE6850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6850; }
p { color: rgb(174,104,80); }
H1.HeaderClassName
{
color: #AE6850;
}
.AnyTagClassName
{
color: #AE6850;
}
</style>
background-color css
<style>
a { background-color: #AE6850; }
a { background-color: rgb(174,104,80); }
div.DivClassName
{
background-color: #AE6850;
}
.BgClassName
{
background-color: #AE6850;
}
</style>
border-color css
<style>
span { border-color: #AE6850; }
span { border-color: rgb(174,104,80); }
td.TdClassName
{
border-color: #AE6850;
}
.TagClassName
{
border-color: #AE6850;
}
</style>