Shades of Crail #AD5F54
Tints of Crail #AD5F54
RGB
CMYK
RGB Variations
Color information
#AD5F54 (or 0xAD5F54) is known color: Crail. HEX triplet: AD, 5F and 54. RGB value is (173,95,84). Sum of RGB (Red+Green+Blue) = 173+95+84=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5F54 is #52A0AB. Grayscale: #757575. Windows color (decimal): -5415084 or 5529517. OLE color: 5529517.
HSL color Cylindrical-coordinate representation of color #AD5F54: hue angle of 7.42º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD5F54 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 95 | 84 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.32 |
| HSL | 7.42º | 0.35% | 0.5% | - |
| HSV(B) | 7.42º | 0.51% | 0.68% | - |
| XYZ | 22.93 | 17.71 | 10.6 | - |
| YUV | 117.07 | 109.34 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 84 | 0 | 0.45 | 0.51 | 0.32 | 7.42 | 0.35 | 0.5 |
| Hex | AD | 5F | 54 | 0 | 2D | 33 | 20 | 7 | 23 | 32 |
| Octal | 255 | 137 | 124 | 0 | 55 | 63 | 40 | 7 | 43 | 62 |
| Binary | 10101101 | 1011111 | 1010100 | 0 | 101101 | 110011 | 100000 | 111 | 100011 | 110010 |
Color Harmonies of #AD5F54
Complementary color
Monochromatic Colors of #AD5F54
Black with #AD5F54
Text Example
Text Example
White with #AD5F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5F54; }
p { color: rgb(173,95,84); }
H1.HeaderClassName
{
color: #AD5F54;
}
.AnyTagClassName
{
color: #AD5F54;
}
</style>
background-color css
<style>
a { background-color: #AD5F54; }
a { background-color: rgb(173,95,84); }
div.DivClassName
{
background-color: #AD5F54;
}
.BgClassName
{
background-color: #AD5F54;
}
</style>
border-color css
<style>
span { border-color: #AD5F54; }
span { border-color: rgb(173,95,84); }
td.TdClassName
{
border-color: #AD5F54;
}
.TagClassName
{
border-color: #AD5F54;
}
</style>