Shades of Sante Fe #AE6553
Tints of Sante Fe #AE6553
RGB
CMYK
RGB Variations
Color information
#AE6553 (or 0xAE6553) is known color: Sante Fe. HEX triplet: AE, 65 and 53. RGB value is (174,101,83). Sum of RGB (Red+Green+Blue) = 174+101+83=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6553 is #519AAC. Grayscale: #787878. Windows color (decimal): -5348013 or 5465518. OLE color: 5465518.
HSL color Cylindrical-coordinate representation of color #AE6553: hue angle of 11.87º 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 #AE6553 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 101 | 83 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.32 |
| HSL | 11.87º | 0.36% | 0.5% | - |
| HSV(B) | 11.87º | 0.52% | 0.68% | - |
| XYZ | 23.67 | 18.93 | 10.59 | - |
| YUV | 120.78 | 106.68 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 83 | 0 | 0.42 | 0.52 | 0.32 | 11.87 | 0.36 | 0.5 |
| Hex | AE | 65 | 53 | 0 | 2A | 34 | 20 | C | 24 | 32 |
| Octal | 256 | 145 | 123 | 0 | 52 | 64 | 40 | 14 | 44 | 62 |
| Binary | 10101110 | 1100101 | 1010011 | 0 | 101010 | 110100 | 100000 | 1100 | 100100 | 110010 |
Color Harmonies of #AE6553
Complementary color
Monochromatic Colors of #AE6553
Black with #AE6553
Text Example
Text Example
White with #AE6553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6553; }
p { color: rgb(174,101,83); }
H1.HeaderClassName
{
color: #AE6553;
}
.AnyTagClassName
{
color: #AE6553;
}
</style>
background-color css
<style>
a { background-color: #AE6553; }
a { background-color: rgb(174,101,83); }
div.DivClassName
{
background-color: #AE6553;
}
.BgClassName
{
background-color: #AE6553;
}
</style>
border-color css
<style>
span { border-color: #AE6553; }
span { border-color: rgb(174,101,83); }
td.TdClassName
{
border-color: #AE6553;
}
.TagClassName
{
border-color: #AE6553;
}
</style>