Shades of Night Shadz #AD4050
Tints of Night Shadz #AD4050
RGB
CMYK
RGB Variations
Color information
#AD4050 (or 0xAD4050) is known color: Night Shadz. HEX triplet: AD, 40 and 50. RGB value is (173,64,80). Sum of RGB (Red+Green+Blue) = 173+64+80=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4050 is #52BFAF. Grayscale: #626262. Windows color (decimal): -5423024 or 5259437. OLE color: 5259437.
HSL color Cylindrical-coordinate representation of color #AD4050: hue angle of 351.19º 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 #AD4050 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 80 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.32 |
| HSL | 351.19º | 0.46% | 0.46% | - |
| HSV(B) | 351.19º | 0.63% | 0.68% | - |
| XYZ | 20.51 | 13.13 | 9.04 | - |
| YUV | 98.42 | 117.61 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 80 | 0 | 0.63 | 0.54 | 0.32 | 351.19 | 0.46 | 0.46 |
| Hex | AD | 40 | 50 | 0 | 3F | 36 | 20 | 15F | 2E | 2E |
| Octal | 255 | 100 | 120 | 0 | 77 | 66 | 40 | 537 | 56 | 56 |
| Binary | 10101101 | 1000000 | 1010000 | 0 | 111111 | 110110 | 100000 | 101011111 | 101110 | 101110 |
Color Harmonies of #AD4050
Complementary color
Monochromatic Colors of #AD4050
Black with #AD4050
Text Example
Text Example
White with #AD4050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4050; }
p { color: rgb(173,64,80); }
H1.HeaderClassName
{
color: #AD4050;
}
.AnyTagClassName
{
color: #AD4050;
}
</style>
background-color css
<style>
a { background-color: #AD4050; }
a { background-color: rgb(173,64,80); }
div.DivClassName
{
background-color: #AD4050;
}
.BgClassName
{
background-color: #AD4050;
}
</style>
border-color css
<style>
span { border-color: #AD4050; }
span { border-color: rgb(173,64,80); }
td.TdClassName
{
border-color: #AD4050;
}
.TagClassName
{
border-color: #AD4050;
}
</style>