Shades of Sante Fe #AE654E
Tints of Sante Fe #AE654E
RGB
CMYK
RGB Variations
Color information
#AE654E (or 0xAE654E) is known color: Sante Fe. HEX triplet: AE, 65 and 4E. RGB value is (174,101,78). Sum of RGB (Red+Green+Blue) = 174+101+78=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE654E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE654E is #519AB1. Grayscale: #787878. Windows color (decimal): -5348018 or 5137838. OLE color: 5137838.
HSL color Cylindrical-coordinate representation of color #AE654E: hue angle of 14.38º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE654E is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 101 | 78 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.32 |
| HSL | 14.38º | 0.38% | 0.49% | - |
| HSV(B) | 14.38º | 0.55% | 0.68% | - |
| XYZ | 23.48 | 18.86 | 9.61 | - |
| YUV | 120.21 | 104.18 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 78 | 0 | 0.42 | 0.55 | 0.32 | 14.38 | 0.38 | 0.49 |
| Hex | AE | 65 | 4E | 0 | 2A | 37 | 20 | E | 26 | 31 |
| Octal | 256 | 145 | 116 | 0 | 52 | 67 | 40 | 16 | 46 | 61 |
| Binary | 10101110 | 1100101 | 1001110 | 0 | 101010 | 110111 | 100000 | 1110 | 100110 | 110001 |
Color Harmonies of #AE654E
Complementary color
Monochromatic Colors of #AE654E
Black with #AE654E
Text Example
Text Example
White with #AE654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE654E; }
p { color: rgb(174,101,78); }
H1.HeaderClassName
{
color: #AE654E;
}
.AnyTagClassName
{
color: #AE654E;
}
</style>
background-color css
<style>
a { background-color: #AE654E; }
a { background-color: rgb(174,101,78); }
div.DivClassName
{
background-color: #AE654E;
}
.BgClassName
{
background-color: #AE654E;
}
</style>
border-color css
<style>
span { border-color: #AE654E; }
span { border-color: rgb(174,101,78); }
td.TdClassName
{
border-color: #AE654E;
}
.TagClassName
{
border-color: #AE654E;
}
</style>