Shades of Crail #AD5748
Tints of Crail #AD5748
RGB
CMYK
RGB Variations
Color information
#AD5748 (or 0xAD5748) is known color: Crail. HEX triplet: AD, 57 and 48. RGB value is (173,87,72). Sum of RGB (Red+Green+Blue) = 173+87+72=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5748 is #52A8B7. Grayscale: #6F6F6F. Windows color (decimal): -5417144 or 4741037. OLE color: 4741037.
HSL color Cylindrical-coordinate representation of color #AD5748: hue angle of 8.91º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD5748 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 72 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.32 |
| HSL | 8.91º | 0.41% | 0.48% | - |
| HSV(B) | 8.91º | 0.58% | 0.68% | - |
| XYZ | 21.81 | 16.17 | 8.1 | - |
| YUV | 111 | 105.99 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 72 | 0 | 0.50 | 0.58 | 0.32 | 8.91 | 0.41 | 0.48 |
| Hex | AD | 57 | 48 | 0 | 32 | 3A | 20 | 9 | 29 | 30 |
| Octal | 255 | 127 | 110 | 0 | 62 | 72 | 40 | 11 | 51 | 60 |
| Binary | 10101101 | 1010111 | 1001000 | 0 | 110010 | 111010 | 100000 | 1001 | 101001 | 110000 |
Color Harmonies of #AD5748
Complementary color
Monochromatic Colors of #AD5748
Black with #AD5748
Text Example
Text Example
White with #AD5748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5748; }
p { color: rgb(173,87,72); }
H1.HeaderClassName
{
color: #AD5748;
}
.AnyTagClassName
{
color: #AD5748;
}
</style>
background-color css
<style>
a { background-color: #AD5748; }
a { background-color: rgb(173,87,72); }
div.DivClassName
{
background-color: #AD5748;
}
.BgClassName
{
background-color: #AD5748;
}
</style>
border-color css
<style>
span { border-color: #AD5748; }
span { border-color: rgb(173,87,72); }
td.TdClassName
{
border-color: #AD5748;
}
.TagClassName
{
border-color: #AD5748;
}
</style>