Shades of Crail #AE5D4A
Tints of Crail #AE5D4A
RGB
CMYK
RGB Variations
Color information
#AE5D4A (or 0xAE5D4A) is known color: Crail. HEX triplet: AE, 5D and 4A. RGB value is (174,93,74). Sum of RGB (Red+Green+Blue) = 174+93+74=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5D4A is #51A2B5. Grayscale: #737373. Windows color (decimal): -5350070 or 4873646. OLE color: 4873646.
HSL color Cylindrical-coordinate representation of color #AE5D4A: hue angle of 11.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE5D4A is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 93 | 74 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.32 |
| HSL | 11.4º | 0.4% | 0.49% | - |
| HSV(B) | 11.4º | 0.57% | 0.68% | - |
| XYZ | 22.61 | 17.32 | 8.63 | - |
| YUV | 115.05 | 104.84 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 93 | 74 | 0 | 0.47 | 0.57 | 0.32 | 11.4 | 0.4 | 0.49 |
| Hex | AE | 5D | 4A | 0 | 2F | 39 | 20 | B | 28 | 31 |
| Octal | 256 | 135 | 112 | 0 | 57 | 71 | 40 | 13 | 50 | 61 |
| Binary | 10101110 | 1011101 | 1001010 | 0 | 101111 | 111001 | 100000 | 1011 | 101000 | 110001 |
Color Harmonies of #AE5D4A
Complementary color
Monochromatic Colors of #AE5D4A
Black with #AE5D4A
Text Example
Text Example
White with #AE5D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5D4A; }
p { color: rgb(174,93,74); }
H1.HeaderClassName
{
color: #AE5D4A;
}
.AnyTagClassName
{
color: #AE5D4A;
}
</style>
background-color css
<style>
a { background-color: #AE5D4A; }
a { background-color: rgb(174,93,74); }
div.DivClassName
{
background-color: #AE5D4A;
}
.BgClassName
{
background-color: #AE5D4A;
}
</style>
border-color css
<style>
span { border-color: #AE5D4A; }
span { border-color: rgb(174,93,74); }
td.TdClassName
{
border-color: #AE5D4A;
}
.TagClassName
{
border-color: #AE5D4A;
}
</style>