Shades of Crail #AD5746
Tints of Crail #AD5746
RGB
CMYK
RGB Variations
Color information
#AD5746 (or 0xAD5746) is known color: Crail. HEX triplet: AD, 57 and 46. RGB value is (173,87,70). Sum of RGB (Red+Green+Blue) = 173+87+70=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5746 is #52A8B9. Grayscale: #6E6E6E. Windows color (decimal): -5417146 or 4609965. OLE color: 4609965.
HSL color Cylindrical-coordinate representation of color #AD5746: hue angle of 9.9º 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 #AD5746 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 70 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.32 |
| HSL | 9.9º | 0.42% | 0.48% | - |
| HSV(B) | 9.9º | 0.6% | 0.68% | - |
| XYZ | 21.75 | 16.14 | 7.76 | - |
| YUV | 110.78 | 104.99 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 70 | 0 | 0.50 | 0.60 | 0.32 | 9.9 | 0.42 | 0.48 |
| Hex | AD | 57 | 46 | 0 | 32 | 3C | 20 | A | 2A | 30 |
| Octal | 255 | 127 | 106 | 0 | 62 | 74 | 40 | 12 | 52 | 60 |
| Binary | 10101101 | 1010111 | 1000110 | 0 | 110010 | 111100 | 100000 | 1010 | 101010 | 110000 |
Color Harmonies of #AD5746
Complementary color
Monochromatic Colors of #AD5746
Black with #AD5746
Text Example
Text Example
White with #AD5746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5746; }
p { color: rgb(173,87,70); }
H1.HeaderClassName
{
color: #AD5746;
}
.AnyTagClassName
{
color: #AD5746;
}
</style>
background-color css
<style>
a { background-color: #AD5746; }
a { background-color: rgb(173,87,70); }
div.DivClassName
{
background-color: #AD5746;
}
.BgClassName
{
background-color: #AD5746;
}
</style>
border-color css
<style>
span { border-color: #AD5746; }
span { border-color: rgb(173,87,70); }
td.TdClassName
{
border-color: #AD5746;
}
.TagClassName
{
border-color: #AD5746;
}
</style>