Shades of Crail #AD6050
Tints of Crail #AD6050
RGB
CMYK
RGB Variations
Color information
#AD6050 (or 0xAD6050) is known color: Crail. HEX triplet: AD, 60 and 50. RGB value is (173,96,80). Sum of RGB (Red+Green+Blue) = 173+96+80=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6050 is #529FAF. Grayscale: #757575. Windows color (decimal): -5414832 or 5267629. OLE color: 5267629.
HSL color Cylindrical-coordinate representation of color #AD6050: hue angle of 10.32º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD6050 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 80 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.32 |
| HSL | 10.32º | 0.37% | 0.5% | - |
| HSV(B) | 10.32º | 0.54% | 0.68% | - |
| XYZ | 22.86 | 17.83 | 9.83 | - |
| YUV | 117.2 | 107.01 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 80 | 0 | 0.45 | 0.54 | 0.32 | 10.32 | 0.37 | 0.5 |
| Hex | AD | 60 | 50 | 0 | 2D | 36 | 20 | A | 25 | 32 |
| Octal | 255 | 140 | 120 | 0 | 55 | 66 | 40 | 12 | 45 | 62 |
| Binary | 10101101 | 1100000 | 1010000 | 0 | 101101 | 110110 | 100000 | 1010 | 100101 | 110010 |
Color Harmonies of #AD6050
Complementary color
Monochromatic Colors of #AD6050
Black with #AD6050
Text Example
Text Example
White with #AD6050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6050; }
p { color: rgb(173,96,80); }
H1.HeaderClassName
{
color: #AD6050;
}
.AnyTagClassName
{
color: #AD6050;
}
</style>
background-color css
<style>
a { background-color: #AD6050; }
a { background-color: rgb(173,96,80); }
div.DivClassName
{
background-color: #AD6050;
}
.BgClassName
{
background-color: #AD6050;
}
</style>
border-color css
<style>
span { border-color: #AD6050; }
span { border-color: rgb(173,96,80); }
td.TdClassName
{
border-color: #AD6050;
}
.TagClassName
{
border-color: #AD6050;
}
</style>