Shades of Crail #AD5240
Tints of Crail #AD5240
RGB
CMYK
RGB Variations
Color information
#AD5240 (or 0xAD5240) is known color: Crail. HEX triplet: AD, 52 and 40. RGB value is (173,82,64). Sum of RGB (Red+Green+Blue) = 173+82+64=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5240 is #52ADBF. Grayscale: #6B6B6B. Windows color (decimal): -5418432 or 4215469. OLE color: 4215469.
HSL color Cylindrical-coordinate representation of color #AD5240: hue angle of 9.91º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD5240 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 64 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.32 |
| HSL | 9.91º | 0.46% | 0.46% | - |
| HSV(B) | 9.91º | 0.63% | 0.68% | - |
| XYZ | 21.18 | 15.29 | 6.69 | - |
| YUV | 107.16 | 103.65 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 64 | 0 | 0.53 | 0.63 | 0.32 | 9.91 | 0.46 | 0.46 |
| Hex | AD | 52 | 40 | 0 | 35 | 3F | 20 | A | 2E | 2E |
| Octal | 255 | 122 | 100 | 0 | 65 | 77 | 40 | 12 | 56 | 56 |
| Binary | 10101101 | 1010010 | 1000000 | 0 | 110101 | 111111 | 100000 | 1010 | 101110 | 101110 |
Color Harmonies of #AD5240
Complementary color
Monochromatic Colors of #AD5240
Black with #AD5240
Text Example
Text Example
White with #AD5240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5240; }
p { color: rgb(173,82,64); }
H1.HeaderClassName
{
color: #AD5240;
}
.AnyTagClassName
{
color: #AD5240;
}
</style>
background-color css
<style>
a { background-color: #AD5240; }
a { background-color: rgb(173,82,64); }
div.DivClassName
{
background-color: #AD5240;
}
.BgClassName
{
background-color: #AD5240;
}
</style>
border-color css
<style>
span { border-color: #AD5240; }
span { border-color: rgb(173,82,64); }
td.TdClassName
{
border-color: #AD5240;
}
.TagClassName
{
border-color: #AD5240;
}
</style>