Shades of Night Shadz #AD3B49
Tints of Night Shadz #AD3B49
RGB
CMYK
RGB Variations
Color information
#AD3B49 (or 0xAD3B49) is known color: Night Shadz. HEX triplet: AD, 3B and 49. RGB value is (173,59,73). Sum of RGB (Red+Green+Blue) = 173+59+73=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3B49 is #52C4B6. Grayscale: #5E5E5E. Windows color (decimal): -5424311 or 4799405. OLE color: 4799405.
HSL color Cylindrical-coordinate representation of color #AD3B49: hue angle of 352.63º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD3B49 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 59 | 73 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.32 |
| HSL | 352.63º | 0.49% | 0.45% | - |
| HSV(B) | 352.63º | 0.66% | 0.68% | - |
| XYZ | 20 | 12.49 | 7.66 | - |
| YUV | 94.68 | 115.77 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 73 | 0 | 0.66 | 0.58 | 0.32 | 352.63 | 0.49 | 0.45 |
| Hex | AD | 3B | 49 | 0 | 42 | 3A | 20 | 161 | 31 | 2D |
| Octal | 255 | 73 | 111 | 0 | 102 | 72 | 40 | 541 | 61 | 55 |
| Binary | 10101101 | 111011 | 1001001 | 0 | 1000010 | 111010 | 100000 | 101100001 | 110001 | 101101 |
Color Harmonies of #AD3B49
Complementary color
Monochromatic Colors of #AD3B49
Black with #AD3B49
Text Example
Text Example
White with #AD3B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3B49; }
p { color: rgb(173,59,73); }
H1.HeaderClassName
{
color: #AD3B49;
}
.AnyTagClassName
{
color: #AD3B49;
}
</style>
background-color css
<style>
a { background-color: #AD3B49; }
a { background-color: rgb(173,59,73); }
div.DivClassName
{
background-color: #AD3B49;
}
.BgClassName
{
background-color: #AD3B49;
}
</style>
border-color css
<style>
span { border-color: #AD3B49; }
span { border-color: rgb(173,59,73); }
td.TdClassName
{
border-color: #AD3B49;
}
.TagClassName
{
border-color: #AD3B49;
}
</style>