Shades of Sante Fe #AE644C
Tints of Sante Fe #AE644C
RGB
CMYK
RGB Variations
Color information
#AE644C (or 0xAE644C) is known color: Sante Fe. HEX triplet: AE, 64 and 4C. RGB value is (174,100,76). Sum of RGB (Red+Green+Blue) = 174+100+76=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE644C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE644C is #519BB3. Grayscale: #777777. Windows color (decimal): -5348276 or 5006510. OLE color: 5006510.
HSL color Cylindrical-coordinate representation of color #AE644C: hue angle of 14.69º 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 #AE644C is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 100 | 76 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.32 |
| HSL | 14.69º | 0.39% | 0.49% | - |
| HSV(B) | 14.69º | 0.56% | 0.68% | - |
| XYZ | 23.32 | 18.63 | 9.21 | - |
| YUV | 119.39 | 103.52 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 100 | 76 | 0 | 0.43 | 0.56 | 0.32 | 14.69 | 0.39 | 0.49 |
| Hex | AE | 64 | 4C | 0 | 2B | 38 | 20 | F | 27 | 31 |
| Octal | 256 | 144 | 114 | 0 | 53 | 70 | 40 | 17 | 47 | 61 |
| Binary | 10101110 | 1100100 | 1001100 | 0 | 101011 | 111000 | 100000 | 1111 | 100111 | 110001 |
Color Harmonies of #AE644C
Complementary color
Monochromatic Colors of #AE644C
Black with #AE644C
Text Example
Text Example
White with #AE644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE644C; }
p { color: rgb(174,100,76); }
H1.HeaderClassName
{
color: #AE644C;
}
.AnyTagClassName
{
color: #AE644C;
}
</style>
background-color css
<style>
a { background-color: #AE644C; }
a { background-color: rgb(174,100,76); }
div.DivClassName
{
background-color: #AE644C;
}
.BgClassName
{
background-color: #AE644C;
}
</style>
border-color css
<style>
span { border-color: #AE644C; }
span { border-color: rgb(174,100,76); }
td.TdClassName
{
border-color: #AE644C;
}
.TagClassName
{
border-color: #AE644C;
}
</style>