Shades of Crail #AD5D53
Tints of Crail #AD5D53
RGB
CMYK
RGB Variations
Color information
#AD5D53 (or 0xAD5D53) is known color: Crail. HEX triplet: AD, 5D and 53. RGB value is (173,93,83). Sum of RGB (Red+Green+Blue) = 173+93+83=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5D53 is #52A2AC. Grayscale: #737373. Windows color (decimal): -5415597 or 5463469. OLE color: 5463469.
HSL color Cylindrical-coordinate representation of color #AD5D53: hue angle of 6.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD5D53 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 93 | 83 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.32 |
| HSL | 6.67º | 0.35% | 0.5% | - |
| HSV(B) | 6.67º | 0.52% | 0.68% | - |
| XYZ | 22.71 | 17.34 | 10.33 | - |
| YUV | 115.78 | 109.5 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 83 | 0 | 0.46 | 0.52 | 0.32 | 6.67 | 0.35 | 0.5 |
| Hex | AD | 5D | 53 | 0 | 2E | 34 | 20 | 7 | 23 | 32 |
| Octal | 255 | 135 | 123 | 0 | 56 | 64 | 40 | 7 | 43 | 62 |
| Binary | 10101101 | 1011101 | 1010011 | 0 | 101110 | 110100 | 100000 | 111 | 100011 | 110010 |
Color Harmonies of #AD5D53
Complementary color
Monochromatic Colors of #AD5D53
Black with #AD5D53
Text Example
Text Example
White with #AD5D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5D53; }
p { color: rgb(173,93,83); }
H1.HeaderClassName
{
color: #AD5D53;
}
.AnyTagClassName
{
color: #AD5D53;
}
</style>
background-color css
<style>
a { background-color: #AD5D53; }
a { background-color: rgb(173,93,83); }
div.DivClassName
{
background-color: #AD5D53;
}
.BgClassName
{
background-color: #AD5D53;
}
</style>
border-color css
<style>
span { border-color: #AD5D53; }
span { border-color: rgb(173,93,83); }
td.TdClassName
{
border-color: #AD5D53;
}
.TagClassName
{
border-color: #AD5D53;
}
</style>