Shades of Crail #AE5544
Tints of Crail #AE5544
RGB
CMYK
RGB Variations
Color information
#AE5544 (or 0xAE5544) is known color: Crail. HEX triplet: AE, 55 and 44. RGB value is (174,85,68). Sum of RGB (Red+Green+Blue) = 174+85+68=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5544 is #51AABB. Grayscale: #6D6D6D. Windows color (decimal): -5352124 or 4478382. OLE color: 4478382.
HSL color Cylindrical-coordinate representation of color #AE5544: hue angle of 9.62º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE5544 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 85 | 68 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.32 |
| HSL | 9.62º | 0.44% | 0.47% | - |
| HSV(B) | 9.62º | 0.61% | 0.68% | - |
| XYZ | 21.75 | 15.91 | 7.39 | - |
| YUV | 109.67 | 104.49 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 85 | 68 | 0 | 0.51 | 0.61 | 0.32 | 9.62 | 0.44 | 0.47 |
| Hex | AE | 55 | 44 | 0 | 33 | 3D | 20 | A | 2C | 2F |
| Octal | 256 | 125 | 104 | 0 | 63 | 75 | 40 | 12 | 54 | 57 |
| Binary | 10101110 | 1010101 | 1000100 | 0 | 110011 | 111101 | 100000 | 1010 | 101100 | 101111 |
Color Harmonies of #AE5544
Complementary color
Monochromatic Colors of #AE5544
Black with #AE5544
Text Example
Text Example
White with #AE5544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5544; }
p { color: rgb(174,85,68); }
H1.HeaderClassName
{
color: #AE5544;
}
.AnyTagClassName
{
color: #AE5544;
}
</style>
background-color css
<style>
a { background-color: #AE5544; }
a { background-color: rgb(174,85,68); }
div.DivClassName
{
background-color: #AE5544;
}
.BgClassName
{
background-color: #AE5544;
}
</style>
border-color css
<style>
span { border-color: #AE5544; }
span { border-color: rgb(174,85,68); }
td.TdClassName
{
border-color: #AE5544;
}
.TagClassName
{
border-color: #AE5544;
}
</style>