Shades of Crail #AE5D4D
Tints of Crail #AE5D4D
RGB
CMYK
RGB Variations
Color information
#AE5D4D (or 0xAE5D4D) is known color: Crail. HEX triplet: AE, 5D and 4D. RGB value is (174,93,77). Sum of RGB (Red+Green+Blue) = 174+93+77=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5D4D is #51A2B2. Grayscale: #737373. Windows color (decimal): -5350067 or 5070254. OLE color: 5070254.
HSL color Cylindrical-coordinate representation of color #AE5D4D: hue angle of 9.9º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE5D4D is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 93 | 77 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.32 |
| HSL | 9.9º | 0.39% | 0.49% | - |
| HSV(B) | 9.9º | 0.56% | 0.68% | - |
| XYZ | 22.71 | 17.36 | 9.18 | - |
| YUV | 115.4 | 106.34 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 93 | 77 | 0 | 0.47 | 0.56 | 0.32 | 9.9 | 0.39 | 0.49 |
| Hex | AE | 5D | 4D | 0 | 2F | 38 | 20 | A | 27 | 31 |
| Octal | 256 | 135 | 115 | 0 | 57 | 70 | 40 | 12 | 47 | 61 |
| Binary | 10101110 | 1011101 | 1001101 | 0 | 101111 | 111000 | 100000 | 1010 | 100111 | 110001 |
Color Harmonies of #AE5D4D
Complementary color
Monochromatic Colors of #AE5D4D
Black with #AE5D4D
Text Example
Text Example
White with #AE5D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5D4D; }
p { color: rgb(174,93,77); }
H1.HeaderClassName
{
color: #AE5D4D;
}
.AnyTagClassName
{
color: #AE5D4D;
}
</style>
background-color css
<style>
a { background-color: #AE5D4D; }
a { background-color: rgb(174,93,77); }
div.DivClassName
{
background-color: #AE5D4D;
}
.BgClassName
{
background-color: #AE5D4D;
}
</style>
border-color css
<style>
span { border-color: #AE5D4D; }
span { border-color: rgb(174,93,77); }
td.TdClassName
{
border-color: #AE5D4D;
}
.TagClassName
{
border-color: #AE5D4D;
}
</style>