Shades of Crail #AD5D4B
Tints of Crail #AD5D4B
RGB
CMYK
RGB Variations
Color information
#AD5D4B (or 0xAD5D4B) is known color: Crail. HEX triplet: AD, 5D and 4B. RGB value is (173,93,75). Sum of RGB (Red+Green+Blue) = 173+93+75=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5D4B is #52A2B4. Grayscale: #737373. Windows color (decimal): -5415605 or 4939181. OLE color: 4939181.
HSL color Cylindrical-coordinate representation of color #AD5D4B: hue angle of 11.02º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD5D4B is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 93 | 75 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.32 |
| HSL | 11.02º | 0.4% | 0.49% | - |
| HSV(B) | 11.02º | 0.57% | 0.68% | - |
| XYZ | 22.42 | 17.22 | 8.8 | - |
| YUV | 114.87 | 105.5 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 75 | 0 | 0.46 | 0.57 | 0.32 | 11.02 | 0.4 | 0.49 |
| Hex | AD | 5D | 4B | 0 | 2E | 39 | 20 | B | 28 | 31 |
| Octal | 255 | 135 | 113 | 0 | 56 | 71 | 40 | 13 | 50 | 61 |
| Binary | 10101101 | 1011101 | 1001011 | 0 | 101110 | 111001 | 100000 | 1011 | 101000 | 110001 |
Color Harmonies of #AD5D4B
Complementary color
Monochromatic Colors of #AD5D4B
Black with #AD5D4B
Text Example
Text Example
White with #AD5D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5D4B; }
p { color: rgb(173,93,75); }
H1.HeaderClassName
{
color: #AD5D4B;
}
.AnyTagClassName
{
color: #AD5D4B;
}
</style>
background-color css
<style>
a { background-color: #AD5D4B; }
a { background-color: rgb(173,93,75); }
div.DivClassName
{
background-color: #AD5D4B;
}
.BgClassName
{
background-color: #AD5D4B;
}
</style>
border-color css
<style>
span { border-color: #AD5D4B; }
span { border-color: rgb(173,93,75); }
td.TdClassName
{
border-color: #AD5D4B;
}
.TagClassName
{
border-color: #AD5D4B;
}
</style>