Shades of Night Shadz #AD3946
Tints of Night Shadz #AD3946
RGB
CMYK
RGB Variations
Color information
#AD3946 (or 0xAD3946) is known color: Night Shadz. HEX triplet: AD, 39 and 46. RGB value is (173,57,70). Sum of RGB (Red+Green+Blue) = 173+57+70=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3946 is #52C6B9. Grayscale: #5D5D5D. Windows color (decimal): -5424826 or 4602285. OLE color: 4602285.
HSL color Cylindrical-coordinate representation of color #AD3946: hue angle of 353.28º 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 #AD3946 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 57 | 70 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.32 |
| HSL | 353.28º | 0.5% | 0.45% | - |
| HSV(B) | 353.28º | 0.67% | 0.68% | - |
| XYZ | 19.8 | 12.25 | 7.12 | - |
| YUV | 93.17 | 114.93 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 70 | 0 | 0.67 | 0.60 | 0.32 | 353.28 | 0.5 | 0.45 |
| Hex | AD | 39 | 46 | 0 | 43 | 3C | 20 | 161 | 32 | 2D |
| Octal | 255 | 71 | 106 | 0 | 103 | 74 | 40 | 541 | 62 | 55 |
| Binary | 10101101 | 111001 | 1000110 | 0 | 1000011 | 111100 | 100000 | 101100001 | 110010 | 101101 |
Color Harmonies of #AD3946
Complementary color
Monochromatic Colors of #AD3946
Black with #AD3946
Text Example
Text Example
White with #AD3946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3946; }
p { color: rgb(173,57,70); }
H1.HeaderClassName
{
color: #AD3946;
}
.AnyTagClassName
{
color: #AD3946;
}
</style>
background-color css
<style>
a { background-color: #AD3946; }
a { background-color: rgb(173,57,70); }
div.DivClassName
{
background-color: #AD3946;
}
.BgClassName
{
background-color: #AD3946;
}
</style>
border-color css
<style>
span { border-color: #AD3946; }
span { border-color: rgb(173,57,70); }
td.TdClassName
{
border-color: #AD3946;
}
.TagClassName
{
border-color: #AD3946;
}
</style>