Shades of Night Shadz #AD394E
Tints of Night Shadz #AD394E
RGB
CMYK
RGB Variations
Color information
#AD394E (or 0xAD394E) is known color: Night Shadz. HEX triplet: AD, 39 and 4E. RGB value is (173,57,78). Sum of RGB (Red+Green+Blue) = 173+57+78=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD394E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD394E is #52C6B1. Grayscale: #5E5E5E. Windows color (decimal): -5424818 or 5126573. OLE color: 5126573.
HSL color Cylindrical-coordinate representation of color #AD394E: hue angle of 349.14º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD394E is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 57 | 78 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.32 |
| HSL | 349.14º | 0.5% | 0.45% | - |
| HSV(B) | 349.14º | 0.67% | 0.68% | - |
| XYZ | 20.07 | 12.36 | 8.54 | - |
| YUV | 94.08 | 118.93 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 78 | 0 | 0.67 | 0.55 | 0.32 | 349.14 | 0.5 | 0.45 |
| Hex | AD | 39 | 4E | 0 | 43 | 37 | 20 | 15D | 32 | 2D |
| Octal | 255 | 71 | 116 | 0 | 103 | 67 | 40 | 535 | 62 | 55 |
| Binary | 10101101 | 111001 | 1001110 | 0 | 1000011 | 110111 | 100000 | 101011101 | 110010 | 101101 |
Color Harmonies of #AD394E
Complementary color
Monochromatic Colors of #AD394E
Black with #AD394E
Text Example
Text Example
White with #AD394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD394E; }
p { color: rgb(173,57,78); }
H1.HeaderClassName
{
color: #AD394E;
}
.AnyTagClassName
{
color: #AD394E;
}
</style>
background-color css
<style>
a { background-color: #AD394E; }
a { background-color: rgb(173,57,78); }
div.DivClassName
{
background-color: #AD394E;
}
.BgClassName
{
background-color: #AD394E;
}
</style>
border-color css
<style>
span { border-color: #AD394E; }
span { border-color: rgb(173,57,78); }
td.TdClassName
{
border-color: #AD394E;
}
.TagClassName
{
border-color: #AD394E;
}
</style>