Shades of Sante Fe #AE6450
Tints of Sante Fe #AE6450
RGB
CMYK
RGB Variations
Color information
#AE6450 (or 0xAE6450) is known color: Sante Fe. HEX triplet: AE, 64 and 50. RGB value is (174,100,80). Sum of RGB (Red+Green+Blue) = 174+100+80=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6450 is #519BAF. Grayscale: #777777. Windows color (decimal): -5348272 or 5268654. OLE color: 5268654.
HSL color Cylindrical-coordinate representation of color #AE6450: hue angle of 12.77º 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 #AE6450 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 100 | 80 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.32 |
| HSL | 12.77º | 0.37% | 0.5% | - |
| HSV(B) | 12.77º | 0.54% | 0.68% | - |
| XYZ | 23.46 | 18.69 | 9.96 | - |
| YUV | 119.85 | 105.52 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 100 | 80 | 0 | 0.43 | 0.54 | 0.32 | 12.77 | 0.37 | 0.5 |
| Hex | AE | 64 | 50 | 0 | 2B | 36 | 20 | D | 25 | 32 |
| Octal | 256 | 144 | 120 | 0 | 53 | 66 | 40 | 15 | 45 | 62 |
| Binary | 10101110 | 1100100 | 1010000 | 0 | 101011 | 110110 | 100000 | 1101 | 100101 | 110010 |
Color Harmonies of #AE6450
Complementary color
Monochromatic Colors of #AE6450
Black with #AE6450
Text Example
Text Example
White with #AE6450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6450; }
p { color: rgb(174,100,80); }
H1.HeaderClassName
{
color: #AE6450;
}
.AnyTagClassName
{
color: #AE6450;
}
</style>
background-color css
<style>
a { background-color: #AE6450; }
a { background-color: rgb(174,100,80); }
div.DivClassName
{
background-color: #AE6450;
}
.BgClassName
{
background-color: #AE6450;
}
</style>
border-color css
<style>
span { border-color: #AE6450; }
span { border-color: rgb(174,100,80); }
td.TdClassName
{
border-color: #AE6450;
}
.TagClassName
{
border-color: #AE6450;
}
</style>