Shades of Sante Fe #AE6949
Tints of Sante Fe #AE6949
RGB
CMYK
RGB Variations
Color information
#AE6949 (or 0xAE6949) is known color: Sante Fe. HEX triplet: AE, 69 and 49. RGB value is (174,105,73). Sum of RGB (Red+Green+Blue) = 174+105+73=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6949 is #5196B6. Grayscale: #7A7A7A. Windows color (decimal): -5346999 or 4811182. OLE color: 4811182.
HSL color Cylindrical-coordinate representation of color #AE6949: hue angle of 19.01º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE6949 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 105 | 73 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.32 |
| HSL | 19.01º | 0.41% | 0.48% | - |
| HSV(B) | 19.01º | 0.58% | 0.68% | - |
| XYZ | 23.71 | 19.58 | 8.83 | - |
| YUV | 121.98 | 100.36 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 105 | 73 | 0 | 0.40 | 0.58 | 0.32 | 19.01 | 0.41 | 0.48 |
| Hex | AE | 69 | 49 | 0 | 28 | 3A | 20 | 13 | 29 | 30 |
| Octal | 256 | 151 | 111 | 0 | 50 | 72 | 40 | 23 | 51 | 60 |
| Binary | 10101110 | 1101001 | 1001001 | 0 | 101000 | 111010 | 100000 | 10011 | 101001 | 110000 |
Color Harmonies of #AE6949
Complementary color
Monochromatic Colors of #AE6949
Black with #AE6949
Text Example
Text Example
White with #AE6949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6949; }
p { color: rgb(174,105,73); }
H1.HeaderClassName
{
color: #AE6949;
}
.AnyTagClassName
{
color: #AE6949;
}
</style>
background-color css
<style>
a { background-color: #AE6949; }
a { background-color: rgb(174,105,73); }
div.DivClassName
{
background-color: #AE6949;
}
.BgClassName
{
background-color: #AE6949;
}
</style>
border-color css
<style>
span { border-color: #AE6949; }
span { border-color: rgb(174,105,73); }
td.TdClassName
{
border-color: #AE6949;
}
.TagClassName
{
border-color: #AE6949;
}
</style>