Shades of Crail #AE553F
Tints of Crail #AE553F
RGB
CMYK
RGB Variations
Color information
#AE553F (or 0xAE553F) is known color: Crail. HEX triplet: AE, 55 and 3F. RGB value is (174,85,63). Sum of RGB (Red+Green+Blue) = 174+85+63=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE553F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE553F is #51AAC0. Grayscale: #6D6D6D. Windows color (decimal): -5352129 or 4150702. OLE color: 4150702.
HSL color Cylindrical-coordinate representation of color #AE553F: hue angle of 11.89º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE553F is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 85 | 63 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.32 |
| HSL | 11.89º | 0.47% | 0.46% | - |
| HSV(B) | 11.89º | 0.64% | 0.68% | - |
| XYZ | 21.6 | 15.85 | 6.62 | - |
| YUV | 109.1 | 101.99 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 85 | 63 | 0 | 0.51 | 0.64 | 0.32 | 11.89 | 0.47 | 0.46 |
| Hex | AE | 55 | 3F | 0 | 33 | 40 | 20 | C | 2F | 2E |
| Octal | 256 | 125 | 77 | 0 | 63 | 100 | 40 | 14 | 57 | 56 |
| Binary | 10101110 | 1010101 | 111111 | 0 | 110011 | 1000000 | 100000 | 1100 | 101111 | 101110 |
Color Harmonies of #AE553F
Complementary color
Monochromatic Colors of #AE553F
Black with #AE553F
Text Example
Text Example
White with #AE553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE553F; }
p { color: rgb(174,85,63); }
H1.HeaderClassName
{
color: #AE553F;
}
.AnyTagClassName
{
color: #AE553F;
}
</style>
background-color css
<style>
a { background-color: #AE553F; }
a { background-color: rgb(174,85,63); }
div.DivClassName
{
background-color: #AE553F;
}
.BgClassName
{
background-color: #AE553F;
}
</style>
border-color css
<style>
span { border-color: #AE553F; }
span { border-color: rgb(174,85,63); }
td.TdClassName
{
border-color: #AE553F;
}
.TagClassName
{
border-color: #AE553F;
}
</style>