Shades of Crail #AD5947
Tints of Crail #AD5947
RGB
CMYK
RGB Variations
Color information
#AD5947 (or 0xAD5947) is known color: Crail. HEX triplet: AD, 59 and 47. RGB value is (173,89,71). Sum of RGB (Red+Green+Blue) = 173+89+71=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5947 is #52A6B8. Grayscale: #707070. Windows color (decimal): -5416633 or 4676013. OLE color: 4676013.
HSL color Cylindrical-coordinate representation of color #AD5947: hue angle of 10.59º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD5947 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 71 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.32 |
| HSL | 10.59º | 0.42% | 0.48% | - |
| HSV(B) | 10.59º | 0.59% | 0.68% | - |
| XYZ | 21.94 | 16.48 | 7.99 | - |
| YUV | 112.06 | 104.83 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 71 | 0 | 0.49 | 0.59 | 0.32 | 10.59 | 0.42 | 0.48 |
| Hex | AD | 59 | 47 | 0 | 31 | 3B | 20 | B | 2A | 30 |
| Octal | 255 | 131 | 107 | 0 | 61 | 73 | 40 | 13 | 52 | 60 |
| Binary | 10101101 | 1011001 | 1000111 | 0 | 110001 | 111011 | 100000 | 1011 | 101010 | 110000 |
Color Harmonies of #AD5947
Complementary color
Monochromatic Colors of #AD5947
Black with #AD5947
Text Example
Text Example
White with #AD5947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5947; }
p { color: rgb(173,89,71); }
H1.HeaderClassName
{
color: #AD5947;
}
.AnyTagClassName
{
color: #AD5947;
}
</style>
background-color css
<style>
a { background-color: #AD5947; }
a { background-color: rgb(173,89,71); }
div.DivClassName
{
background-color: #AD5947;
}
.BgClassName
{
background-color: #AD5947;
}
</style>
border-color css
<style>
span { border-color: #AD5947; }
span { border-color: rgb(173,89,71); }
td.TdClassName
{
border-color: #AD5947;
}
.TagClassName
{
border-color: #AD5947;
}
</style>