Shades of Crail #AE5949
Tints of Crail #AE5949
RGB
CMYK
RGB Variations
Color information
#AE5949 (or 0xAE5949) is known color: Crail. HEX triplet: AE, 59 and 49. RGB value is (174,89,73). Sum of RGB (Red+Green+Blue) = 174+89+73=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5949 is #51A6B6. Grayscale: #707070. Windows color (decimal): -5351095 or 4807086. OLE color: 4807086.
HSL color Cylindrical-coordinate representation of color #AE5949: hue angle of 9.5º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE5949 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 89 | 73 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.32 |
| HSL | 9.5º | 0.41% | 0.48% | - |
| HSV(B) | 9.5º | 0.58% | 0.68% | - |
| XYZ | 22.23 | 16.62 | 8.34 | - |
| YUV | 112.59 | 105.66 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 89 | 73 | 0 | 0.49 | 0.58 | 0.32 | 9.5 | 0.41 | 0.48 |
| Hex | AE | 59 | 49 | 0 | 31 | 3A | 20 | A | 29 | 30 |
| Octal | 256 | 131 | 111 | 0 | 61 | 72 | 40 | 12 | 51 | 60 |
| Binary | 10101110 | 1011001 | 1001001 | 0 | 110001 | 111010 | 100000 | 1010 | 101001 | 110000 |
Color Harmonies of #AE5949
Complementary color
Monochromatic Colors of #AE5949
Black with #AE5949
Text Example
Text Example
White with #AE5949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5949; }
p { color: rgb(174,89,73); }
H1.HeaderClassName
{
color: #AE5949;
}
.AnyTagClassName
{
color: #AE5949;
}
</style>
background-color css
<style>
a { background-color: #AE5949; }
a { background-color: rgb(174,89,73); }
div.DivClassName
{
background-color: #AE5949;
}
.BgClassName
{
background-color: #AE5949;
}
</style>
border-color css
<style>
span { border-color: #AE5949; }
span { border-color: rgb(174,89,73); }
td.TdClassName
{
border-color: #AE5949;
}
.TagClassName
{
border-color: #AE5949;
}
</style>