Shades of Sante Fe #AE6E52
Tints of Sante Fe #AE6E52
RGB
CMYK
RGB Variations
Color information
#AE6E52 (or 0xAE6E52) is known color: Sante Fe. HEX triplet: AE, 6E and 52. RGB value is (174,110,82). Sum of RGB (Red+Green+Blue) = 174+110+82=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6E52 is #5191AD. Grayscale: #7E7E7E. Windows color (decimal): -5345710 or 5402286. OLE color: 5402286.
HSL color Cylindrical-coordinate representation of color #AE6E52: hue angle of 18.26º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE6E52 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 110 | 82 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.32 |
| HSL | 18.26º | 0.36% | 0.5% | - |
| HSV(B) | 18.26º | 0.53% | 0.68% | - |
| XYZ | 24.55 | 20.76 | 10.7 | - |
| YUV | 125.94 | 103.2 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 110 | 82 | 0 | 0.37 | 0.53 | 0.32 | 18.26 | 0.36 | 0.5 |
| Hex | AE | 6E | 52 | 0 | 25 | 35 | 20 | 12 | 24 | 32 |
| Octal | 256 | 156 | 122 | 0 | 45 | 65 | 40 | 22 | 44 | 62 |
| Binary | 10101110 | 1101110 | 1010010 | 0 | 100101 | 110101 | 100000 | 10010 | 100100 | 110010 |
Color Harmonies of #AE6E52
Complementary color
Monochromatic Colors of #AE6E52
Black with #AE6E52
Text Example
Text Example
White with #AE6E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6E52; }
p { color: rgb(174,110,82); }
H1.HeaderClassName
{
color: #AE6E52;
}
.AnyTagClassName
{
color: #AE6E52;
}
</style>
background-color css
<style>
a { background-color: #AE6E52; }
a { background-color: rgb(174,110,82); }
div.DivClassName
{
background-color: #AE6E52;
}
.BgClassName
{
background-color: #AE6E52;
}
</style>
border-color css
<style>
span { border-color: #AE6E52; }
span { border-color: rgb(174,110,82); }
td.TdClassName
{
border-color: #AE6E52;
}
.TagClassName
{
border-color: #AE6E52;
}
</style>