Shades of Night Shadz #AD3152
Tints of Night Shadz #AD3152
RGB
CMYK
RGB Variations
Color information
#AD3152 (or 0xAD3152) is known color: Night Shadz. HEX triplet: AD, 31 and 52. RGB value is (173,49,82). Sum of RGB (Red+Green+Blue) = 173+49+82=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3152 is #52CEAD. Grayscale: #595959. Windows color (decimal): -5426862 or 5386669. OLE color: 5386669.
HSL color Cylindrical-coordinate representation of color #AD3152: hue angle of 344.03º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3152 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 49 | 82 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.32 |
| HSL | 344.03º | 0.56% | 0.44% | - |
| HSV(B) | 344.03º | 0.72% | 0.68% | - |
| XYZ | 19.85 | 11.69 | 9.19 | - |
| YUV | 89.84 | 123.58 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 82 | 0 | 0.72 | 0.53 | 0.32 | 344.03 | 0.56 | 0.44 |
| Hex | AD | 31 | 52 | 0 | 48 | 35 | 20 | 158 | 38 | 2C |
| Octal | 255 | 61 | 122 | 0 | 110 | 65 | 40 | 530 | 70 | 54 |
| Binary | 10101101 | 110001 | 1010010 | 0 | 1001000 | 110101 | 100000 | 101011000 | 111000 | 101100 |
Color Harmonies of #AD3152
Complementary color
Monochromatic Colors of #AD3152
Black with #AD3152
Text Example
Text Example
White with #AD3152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3152; }
p { color: rgb(173,49,82); }
H1.HeaderClassName
{
color: #AD3152;
}
.AnyTagClassName
{
color: #AD3152;
}
</style>
background-color css
<style>
a { background-color: #AD3152; }
a { background-color: rgb(173,49,82); }
div.DivClassName
{
background-color: #AD3152;
}
.BgClassName
{
background-color: #AD3152;
}
</style>
border-color css
<style>
span { border-color: #AD3152; }
span { border-color: rgb(173,49,82); }
td.TdClassName
{
border-color: #AD3152;
}
.TagClassName
{
border-color: #AD3152;
}
</style>