Shades of Sante Fe #AE6651
Tints of Sante Fe #AE6651
RGB
CMYK
RGB Variations
Color information
#AE6651 (or 0xAE6651) is known color: Sante Fe. HEX triplet: AE, 66 and 51. RGB value is (174,102,81). Sum of RGB (Red+Green+Blue) = 174+102+81=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6651 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6651 is #5199AE. Grayscale: #797979. Windows color (decimal): -5347759 or 5334702. OLE color: 5334702.
HSL color Cylindrical-coordinate representation of color #AE6651: hue angle of 13.55º 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 #AE6651 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 102 | 81 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.32 |
| HSL | 13.55º | 0.36% | 0.5% | - |
| HSV(B) | 13.55º | 0.53% | 0.68% | - |
| XYZ | 23.69 | 19.1 | 10.22 | - |
| YUV | 121.13 | 105.35 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 102 | 81 | 0 | 0.41 | 0.53 | 0.32 | 13.55 | 0.36 | 0.5 |
| Hex | AE | 66 | 51 | 0 | 29 | 35 | 20 | E | 24 | 32 |
| Octal | 256 | 146 | 121 | 0 | 51 | 65 | 40 | 16 | 44 | 62 |
| Binary | 10101110 | 1100110 | 1010001 | 0 | 101001 | 110101 | 100000 | 1110 | 100100 | 110010 |
Color Harmonies of #AE6651
Complementary color
Monochromatic Colors of #AE6651
Black with #AE6651
Text Example
Text Example
White with #AE6651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6651; }
p { color: rgb(174,102,81); }
H1.HeaderClassName
{
color: #AE6651;
}
.AnyTagClassName
{
color: #AE6651;
}
</style>
background-color css
<style>
a { background-color: #AE6651; }
a { background-color: rgb(174,102,81); }
div.DivClassName
{
background-color: #AE6651;
}
.BgClassName
{
background-color: #AE6651;
}
</style>
border-color css
<style>
span { border-color: #AE6651; }
span { border-color: rgb(174,102,81); }
td.TdClassName
{
border-color: #AE6651;
}
.TagClassName
{
border-color: #AE6651;
}
</style>