Shades of Crail #AD5E53
Tints of Crail #AD5E53
RGB
CMYK
RGB Variations
Color information
#AD5E53 (or 0xAD5E53) is known color: Crail. HEX triplet: AD, 5E and 53. RGB value is (173,94,83). Sum of RGB (Red+Green+Blue) = 173+94+83=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5E53 is #52A1AC. Grayscale: #747474. Windows color (decimal): -5415341 or 5463725. OLE color: 5463725.
HSL color Cylindrical-coordinate representation of color #AD5E53: hue angle of 7.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD5E53 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 94 | 83 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.32 |
| HSL | 7.33º | 0.35% | 0.5% | - |
| HSV(B) | 7.33º | 0.52% | 0.68% | - |
| XYZ | 22.8 | 17.51 | 10.36 | - |
| YUV | 116.37 | 109.17 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 83 | 0 | 0.46 | 0.52 | 0.32 | 7.33 | 0.35 | 0.5 |
| Hex | AD | 5E | 53 | 0 | 2E | 34 | 20 | 7 | 23 | 32 |
| Octal | 255 | 136 | 123 | 0 | 56 | 64 | 40 | 7 | 43 | 62 |
| Binary | 10101101 | 1011110 | 1010011 | 0 | 101110 | 110100 | 100000 | 111 | 100011 | 110010 |
Color Harmonies of #AD5E53
Complementary color
Monochromatic Colors of #AD5E53
Black with #AD5E53
Text Example
Text Example
White with #AD5E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5E53; }
p { color: rgb(173,94,83); }
H1.HeaderClassName
{
color: #AD5E53;
}
.AnyTagClassName
{
color: #AD5E53;
}
</style>
background-color css
<style>
a { background-color: #AD5E53; }
a { background-color: rgb(173,94,83); }
div.DivClassName
{
background-color: #AD5E53;
}
.BgClassName
{
background-color: #AD5E53;
}
</style>
border-color css
<style>
span { border-color: #AD5E53; }
span { border-color: rgb(173,94,83); }
td.TdClassName
{
border-color: #AD5E53;
}
.TagClassName
{
border-color: #AD5E53;
}
</style>