Shades of Crail #AD5E51
Tints of Crail #AD5E51
RGB
CMYK
RGB Variations
Color information
#AD5E51 (or 0xAD5E51) is known color: Crail. HEX triplet: AD, 5E and 51. RGB value is (173,94,81). Sum of RGB (Red+Green+Blue) = 173+94+81=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5E51 is #52A1AE. Grayscale: #747474. Windows color (decimal): -5415343 or 5332653. OLE color: 5332653.
HSL color Cylindrical-coordinate representation of color #AD5E51: hue angle of 8.48º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD5E51 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 94 | 81 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.32 |
| HSL | 8.48º | 0.36% | 0.5% | - |
| HSV(B) | 8.48º | 0.53% | 0.68% | - |
| XYZ | 22.72 | 17.48 | 9.96 | - |
| YUV | 116.14 | 108.17 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 81 | 0 | 0.46 | 0.53 | 0.32 | 8.48 | 0.36 | 0.5 |
| Hex | AD | 5E | 51 | 0 | 2E | 35 | 20 | 8 | 24 | 32 |
| Octal | 255 | 136 | 121 | 0 | 56 | 65 | 40 | 10 | 44 | 62 |
| Binary | 10101101 | 1011110 | 1010001 | 0 | 101110 | 110101 | 100000 | 1000 | 100100 | 110010 |
Color Harmonies of #AD5E51
Complementary color
Monochromatic Colors of #AD5E51
Black with #AD5E51
Text Example
Text Example
White with #AD5E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5E51; }
p { color: rgb(173,94,81); }
H1.HeaderClassName
{
color: #AD5E51;
}
.AnyTagClassName
{
color: #AD5E51;
}
</style>
background-color css
<style>
a { background-color: #AD5E51; }
a { background-color: rgb(173,94,81); }
div.DivClassName
{
background-color: #AD5E51;
}
.BgClassName
{
background-color: #AD5E51;
}
</style>
border-color css
<style>
span { border-color: #AD5E51; }
span { border-color: rgb(173,94,81); }
td.TdClassName
{
border-color: #AD5E51;
}
.TagClassName
{
border-color: #AD5E51;
}
</style>