Shades of Sante Fe #AE6753
Tints of Sante Fe #AE6753
RGB
CMYK
RGB Variations
Color information
#AE6753 (or 0xAE6753) is known color: Sante Fe. HEX triplet: AE, 67 and 53. RGB value is (174,103,83). Sum of RGB (Red+Green+Blue) = 174+103+83=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6753 is #5198AC. Grayscale: #7A7A7A. Windows color (decimal): -5347501 or 5466030. OLE color: 5466030.
HSL color Cylindrical-coordinate representation of color #AE6753: hue angle of 13.19º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE6753 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 103 | 83 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.32 |
| HSL | 13.19º | 0.36% | 0.5% | - |
| HSV(B) | 13.19º | 0.52% | 0.68% | - |
| XYZ | 23.87 | 19.32 | 10.66 | - |
| YUV | 121.95 | 106.02 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 103 | 83 | 0 | 0.41 | 0.52 | 0.32 | 13.19 | 0.36 | 0.5 |
| Hex | AE | 67 | 53 | 0 | 29 | 34 | 20 | D | 24 | 32 |
| Octal | 256 | 147 | 123 | 0 | 51 | 64 | 40 | 15 | 44 | 62 |
| Binary | 10101110 | 1100111 | 1010011 | 0 | 101001 | 110100 | 100000 | 1101 | 100100 | 110010 |
Color Harmonies of #AE6753
Complementary color
Monochromatic Colors of #AE6753
Black with #AE6753
Text Example
Text Example
White with #AE6753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6753; }
p { color: rgb(174,103,83); }
H1.HeaderClassName
{
color: #AE6753;
}
.AnyTagClassName
{
color: #AE6753;
}
</style>
background-color css
<style>
a { background-color: #AE6753; }
a { background-color: rgb(174,103,83); }
div.DivClassName
{
background-color: #AE6753;
}
.BgClassName
{
background-color: #AE6753;
}
</style>
border-color css
<style>
span { border-color: #AE6753; }
span { border-color: rgb(174,103,83); }
td.TdClassName
{
border-color: #AE6753;
}
.TagClassName
{
border-color: #AE6753;
}
</style>