Shades of Crail #AD5D52
Tints of Crail #AD5D52
RGB
CMYK
RGB Variations
Color information
#AD5D52 (or 0xAD5D52) is known color: Crail. HEX triplet: AD, 5D and 52. RGB value is (173,93,82). Sum of RGB (Red+Green+Blue) = 173+93+82=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5D52 is #52A2AD. Grayscale: #737373. Windows color (decimal): -5415598 or 5397933. OLE color: 5397933.
HSL color Cylindrical-coordinate representation of color #AD5D52: hue angle of 7.25º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD5D52 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 93 | 82 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.32 |
| HSL | 7.25º | 0.36% | 0.5% | - |
| HSV(B) | 7.25º | 0.53% | 0.68% | - |
| XYZ | 22.67 | 17.32 | 10.13 | - |
| YUV | 115.67 | 109 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 82 | 0 | 0.46 | 0.53 | 0.32 | 7.25 | 0.36 | 0.5 |
| Hex | AD | 5D | 52 | 0 | 2E | 35 | 20 | 7 | 24 | 32 |
| Octal | 255 | 135 | 122 | 0 | 56 | 65 | 40 | 7 | 44 | 62 |
| Binary | 10101101 | 1011101 | 1010010 | 0 | 101110 | 110101 | 100000 | 111 | 100100 | 110010 |
Color Harmonies of #AD5D52
Complementary color
Monochromatic Colors of #AD5D52
Black with #AD5D52
Text Example
Text Example
White with #AD5D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5D52; }
p { color: rgb(173,93,82); }
H1.HeaderClassName
{
color: #AD5D52;
}
.AnyTagClassName
{
color: #AD5D52;
}
</style>
background-color css
<style>
a { background-color: #AD5D52; }
a { background-color: rgb(173,93,82); }
div.DivClassName
{
background-color: #AD5D52;
}
.BgClassName
{
background-color: #AD5D52;
}
</style>
border-color css
<style>
span { border-color: #AD5D52; }
span { border-color: rgb(173,93,82); }
td.TdClassName
{
border-color: #AD5D52;
}
.TagClassName
{
border-color: #AD5D52;
}
</style>