Shades of Crail #AE5440
Tints of Crail #AE5440
RGB
CMYK
RGB Variations
Color information
#AE5440 (or 0xAE5440) is known color: Crail. HEX triplet: AE, 54 and 40. RGB value is (174,84,64). Sum of RGB (Red+Green+Blue) = 174+84+64=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5440 is #51ABBF. Grayscale: #6C6C6C. Windows color (decimal): -5352384 or 4215982. OLE color: 4215982.
HSL color Cylindrical-coordinate representation of color #AE5440: hue angle of 10.91º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE5440 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 84 | 64 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.32 |
| HSL | 10.91º | 0.46% | 0.47% | - |
| HSV(B) | 10.91º | 0.63% | 0.68% | - |
| XYZ | 21.55 | 15.71 | 6.75 | - |
| YUV | 108.63 | 102.82 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 84 | 64 | 0 | 0.52 | 0.63 | 0.32 | 10.91 | 0.46 | 0.47 |
| Hex | AE | 54 | 40 | 0 | 34 | 3F | 20 | B | 2E | 2F |
| Octal | 256 | 124 | 100 | 0 | 64 | 77 | 40 | 13 | 56 | 57 |
| Binary | 10101110 | 1010100 | 1000000 | 0 | 110100 | 111111 | 100000 | 1011 | 101110 | 101111 |
Color Harmonies of #AE5440
Complementary color
Monochromatic Colors of #AE5440
Black with #AE5440
Text Example
Text Example
White with #AE5440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5440; }
p { color: rgb(174,84,64); }
H1.HeaderClassName
{
color: #AE5440;
}
.AnyTagClassName
{
color: #AE5440;
}
</style>
background-color css
<style>
a { background-color: #AE5440; }
a { background-color: rgb(174,84,64); }
div.DivClassName
{
background-color: #AE5440;
}
.BgClassName
{
background-color: #AE5440;
}
</style>
border-color css
<style>
span { border-color: #AE5440; }
span { border-color: rgb(174,84,64); }
td.TdClassName
{
border-color: #AE5440;
}
.TagClassName
{
border-color: #AE5440;
}
</style>