Shades of Night Shadz #AD394A
Tints of Night Shadz #AD394A
RGB
CMYK
RGB Variations
Color information
#AD394A (or 0xAD394A) is known color: Night Shadz. HEX triplet: AD, 39 and 4A. RGB value is (173,57,74). Sum of RGB (Red+Green+Blue) = 173+57+74=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD394A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD394A is #52C6B5. Grayscale: #5D5D5D. Windows color (decimal): -5424822 or 4864429. OLE color: 4864429.
HSL color Cylindrical-coordinate representation of color #AD394A: hue angle of 351.21º 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 #AD394A is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 57 | 74 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.32 |
| HSL | 351.21º | 0.5% | 0.45% | - |
| HSV(B) | 351.21º | 0.67% | 0.68% | - |
| XYZ | 19.93 | 12.3 | 7.8 | - |
| YUV | 93.62 | 116.93 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 74 | 0 | 0.67 | 0.57 | 0.32 | 351.21 | 0.5 | 0.45 |
| Hex | AD | 39 | 4A | 0 | 43 | 39 | 20 | 15F | 32 | 2D |
| Octal | 255 | 71 | 112 | 0 | 103 | 71 | 40 | 537 | 62 | 55 |
| Binary | 10101101 | 111001 | 1001010 | 0 | 1000011 | 111001 | 100000 | 101011111 | 110010 | 101101 |
Color Harmonies of #AD394A
Complementary color
Monochromatic Colors of #AD394A
Black with #AD394A
Text Example
Text Example
White with #AD394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD394A; }
p { color: rgb(173,57,74); }
H1.HeaderClassName
{
color: #AD394A;
}
.AnyTagClassName
{
color: #AD394A;
}
</style>
background-color css
<style>
a { background-color: #AD394A; }
a { background-color: rgb(173,57,74); }
div.DivClassName
{
background-color: #AD394A;
}
.BgClassName
{
background-color: #AD394A;
}
</style>
border-color css
<style>
span { border-color: #AD394A; }
span { border-color: rgb(173,57,74); }
td.TdClassName
{
border-color: #AD394A;
}
.TagClassName
{
border-color: #AD394A;
}
</style>