Shades of Crail #AD5646
Tints of Crail #AD5646
RGB
CMYK
RGB Variations
Color information
#AD5646 (or 0xAD5646) is known color: Crail. HEX triplet: AD, 56 and 46. RGB value is (173,86,70). Sum of RGB (Red+Green+Blue) = 173+86+70=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5646 is #52A9B9. Grayscale: #6E6E6E. Windows color (decimal): -5417402 or 4609709. OLE color: 4609709.
HSL color Cylindrical-coordinate representation of color #AD5646: hue angle of 9.32º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD5646 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 70 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.32 |
| HSL | 9.32º | 0.42% | 0.48% | - |
| HSV(B) | 9.32º | 0.6% | 0.68% | - |
| XYZ | 21.67 | 15.98 | 7.74 | - |
| YUV | 110.19 | 105.32 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 70 | 0 | 0.50 | 0.60 | 0.32 | 9.32 | 0.42 | 0.48 |
| Hex | AD | 56 | 46 | 0 | 32 | 3C | 20 | 9 | 2A | 30 |
| Octal | 255 | 126 | 106 | 0 | 62 | 74 | 40 | 11 | 52 | 60 |
| Binary | 10101101 | 1010110 | 1000110 | 0 | 110010 | 111100 | 100000 | 1001 | 101010 | 110000 |
Color Harmonies of #AD5646
Complementary color
Monochromatic Colors of #AD5646
Black with #AD5646
Text Example
Text Example
White with #AD5646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5646; }
p { color: rgb(173,86,70); }
H1.HeaderClassName
{
color: #AD5646;
}
.AnyTagClassName
{
color: #AD5646;
}
</style>
background-color css
<style>
a { background-color: #AD5646; }
a { background-color: rgb(173,86,70); }
div.DivClassName
{
background-color: #AD5646;
}
.BgClassName
{
background-color: #AD5646;
}
</style>
border-color css
<style>
span { border-color: #AD5646; }
span { border-color: rgb(173,86,70); }
td.TdClassName
{
border-color: #AD5646;
}
.TagClassName
{
border-color: #AD5646;
}
</style>