Shades of Crail #AD5544
Tints of Crail #AD5544
RGB
CMYK
RGB Variations
Color information
#AD5544 (or 0xAD5544) is known color: Crail. HEX triplet: AD, 55 and 44. RGB value is (173,85,68). Sum of RGB (Red+Green+Blue) = 173+85+68=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5544 is #52AABB. Grayscale: #6D6D6D. Windows color (decimal): -5417660 or 4478381. OLE color: 4478381.
HSL color Cylindrical-coordinate representation of color #AD5544: hue angle of 9.71º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD5544 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 68 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.32 |
| HSL | 9.71º | 0.44% | 0.47% | - |
| HSV(B) | 9.71º | 0.61% | 0.68% | - |
| XYZ | 21.53 | 15.8 | 7.38 | - |
| YUV | 109.37 | 104.65 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 68 | 0 | 0.51 | 0.61 | 0.32 | 9.71 | 0.44 | 0.47 |
| Hex | AD | 55 | 44 | 0 | 33 | 3D | 20 | A | 2C | 2F |
| Octal | 255 | 125 | 104 | 0 | 63 | 75 | 40 | 12 | 54 | 57 |
| Binary | 10101101 | 1010101 | 1000100 | 0 | 110011 | 111101 | 100000 | 1010 | 101100 | 101111 |
Color Harmonies of #AD5544
Complementary color
Monochromatic Colors of #AD5544
Black with #AD5544
Text Example
Text Example
White with #AD5544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5544; }
p { color: rgb(173,85,68); }
H1.HeaderClassName
{
color: #AD5544;
}
.AnyTagClassName
{
color: #AD5544;
}
</style>
background-color css
<style>
a { background-color: #AD5544; }
a { background-color: rgb(173,85,68); }
div.DivClassName
{
background-color: #AD5544;
}
.BgClassName
{
background-color: #AD5544;
}
</style>
border-color css
<style>
span { border-color: #AD5544; }
span { border-color: rgb(173,85,68); }
td.TdClassName
{
border-color: #AD5544;
}
.TagClassName
{
border-color: #AD5544;
}
</style>