Shades of Sante Fe #AE644D
Tints of Sante Fe #AE644D
RGB
CMYK
RGB Variations
Color information
#AE644D (or 0xAE644D) is known color: Sante Fe. HEX triplet: AE, 64 and 4D. RGB value is (174,100,77). Sum of RGB (Red+Green+Blue) = 174+100+77=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE644D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE644D is #519BB2. Grayscale: #777777. Windows color (decimal): -5348275 or 5072046. OLE color: 5072046.
HSL color Cylindrical-coordinate representation of color #AE644D: hue angle of 14.23º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE644D is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 100 | 77 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.32 |
| HSL | 14.23º | 0.39% | 0.49% | - |
| HSV(B) | 14.23º | 0.56% | 0.68% | - |
| XYZ | 23.35 | 18.65 | 9.39 | - |
| YUV | 119.5 | 104.02 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 100 | 77 | 0 | 0.43 | 0.56 | 0.32 | 14.23 | 0.39 | 0.49 |
| Hex | AE | 64 | 4D | 0 | 2B | 38 | 20 | E | 27 | 31 |
| Octal | 256 | 144 | 115 | 0 | 53 | 70 | 40 | 16 | 47 | 61 |
| Binary | 10101110 | 1100100 | 1001101 | 0 | 101011 | 111000 | 100000 | 1110 | 100111 | 110001 |
Color Harmonies of #AE644D
Complementary color
Monochromatic Colors of #AE644D
Black with #AE644D
Text Example
Text Example
White with #AE644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE644D; }
p { color: rgb(174,100,77); }
H1.HeaderClassName
{
color: #AE644D;
}
.AnyTagClassName
{
color: #AE644D;
}
</style>
background-color css
<style>
a { background-color: #AE644D; }
a { background-color: rgb(174,100,77); }
div.DivClassName
{
background-color: #AE644D;
}
.BgClassName
{
background-color: #AE644D;
}
</style>
border-color css
<style>
span { border-color: #AE644D; }
span { border-color: rgb(174,100,77); }
td.TdClassName
{
border-color: #AE644D;
}
.TagClassName
{
border-color: #AE644D;
}
</style>