Shades of Sante Fe #AE7653
Tints of Sante Fe #AE7653
RGB
CMYK
RGB Variations
Color information
#AE7653 (or 0xAE7653) is known color: Sante Fe. HEX triplet: AE, 76 and 53. RGB value is (174,118,83). Sum of RGB (Red+Green+Blue) = 174+118+83=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7653 is #5189AC. Grayscale: #828282. Windows color (decimal): -5343661 or 5469870. OLE color: 5469870.
HSL color Cylindrical-coordinate representation of color #AE7653: hue angle of 23.08º 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 #AE7653 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 118 | 83 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.32 |
| HSL | 23.08º | 0.36% | 0.5% | - |
| HSV(B) | 23.08º | 0.52% | 0.68% | - |
| XYZ | 25.5 | 22.58 | 11.2 | - |
| YUV | 130.75 | 101.05 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 118 | 83 | 0 | 0.32 | 0.52 | 0.32 | 23.08 | 0.36 | 0.5 |
| Hex | AE | 76 | 53 | 0 | 20 | 34 | 20 | 17 | 24 | 32 |
| Octal | 256 | 166 | 123 | 0 | 40 | 64 | 40 | 27 | 44 | 62 |
| Binary | 10101110 | 1110110 | 1010011 | 0 | 100000 | 110100 | 100000 | 10111 | 100100 | 110010 |
Color Harmonies of #AE7653
Complementary color
Monochromatic Colors of #AE7653
Black with #AE7653
Text Example
Text Example
White with #AE7653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7653; }
p { color: rgb(174,118,83); }
H1.HeaderClassName
{
color: #AE7653;
}
.AnyTagClassName
{
color: #AE7653;
}
</style>
background-color css
<style>
a { background-color: #AE7653; }
a { background-color: rgb(174,118,83); }
div.DivClassName
{
background-color: #AE7653;
}
.BgClassName
{
background-color: #AE7653;
}
</style>
border-color css
<style>
span { border-color: #AE7653; }
span { border-color: rgb(174,118,83); }
td.TdClassName
{
border-color: #AE7653;
}
.TagClassName
{
border-color: #AE7653;
}
</style>