Shades of Night Shadz #AD3959
Tints of Night Shadz #AD3959
RGB
CMYK
RGB Variations
Color information
#AD3959 (or 0xAD3959) is known color: Night Shadz. HEX triplet: AD, 39 and 59. RGB value is (173,57,89). Sum of RGB (Red+Green+Blue) = 173+57+89=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3959 is #52C6A6. Grayscale: #5F5F5F. Windows color (decimal): -5424807 or 5847469. OLE color: 5847469.
HSL color Cylindrical-coordinate representation of color #AD3959: hue angle of 343.45º 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 #AD3959 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 57 | 89 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.32 |
| HSL | 343.45º | 0.5% | 0.45% | - |
| HSV(B) | 343.45º | 0.67% | 0.68% | - |
| XYZ | 20.5 | 12.53 | 10.79 | - |
| YUV | 95.33 | 124.43 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 89 | 0 | 0.67 | 0.49 | 0.32 | 343.45 | 0.5 | 0.45 |
| Hex | AD | 39 | 59 | 0 | 43 | 31 | 20 | 157 | 32 | 2D |
| Octal | 255 | 71 | 131 | 0 | 103 | 61 | 40 | 527 | 62 | 55 |
| Binary | 10101101 | 111001 | 1011001 | 0 | 1000011 | 110001 | 100000 | 101010111 | 110010 | 101101 |
Color Harmonies of #AD3959
Complementary color
Monochromatic Colors of #AD3959
Black with #AD3959
Text Example
Text Example
White with #AD3959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3959; }
p { color: rgb(173,57,89); }
H1.HeaderClassName
{
color: #AD3959;
}
.AnyTagClassName
{
color: #AD3959;
}
</style>
background-color css
<style>
a { background-color: #AD3959; }
a { background-color: rgb(173,57,89); }
div.DivClassName
{
background-color: #AD3959;
}
.BgClassName
{
background-color: #AD3959;
}
</style>
border-color css
<style>
span { border-color: #AD3959; }
span { border-color: rgb(173,57,89); }
td.TdClassName
{
border-color: #AD3959;
}
.TagClassName
{
border-color: #AD3959;
}
</style>