Shades of Night Shadz #AD3544
Tints of Night Shadz #AD3544
RGB
CMYK
RGB Variations
Color information
#AD3544 (or 0xAD3544) is known color: Night Shadz. HEX triplet: AD, 35 and 44. RGB value is (173,53,68). Sum of RGB (Red+Green+Blue) = 173+53+68=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3544 is #52CABB. Grayscale: #5A5A5A. Windows color (decimal): -5425852 or 4470189. OLE color: 4470189.
HSL color Cylindrical-coordinate representation of color #AD3544: hue angle of 352.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3544 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 68 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.32 |
| HSL | 352.5º | 0.53% | 0.44% | - |
| HSV(B) | 352.5º | 0.69% | 0.68% | - |
| XYZ | 19.55 | 11.85 | 6.73 | - |
| YUV | 90.59 | 115.26 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 68 | 0 | 0.69 | 0.61 | 0.32 | 352.5 | 0.53 | 0.44 |
| Hex | AD | 35 | 44 | 0 | 45 | 3D | 20 | 160 | 35 | 2C |
| Octal | 255 | 65 | 104 | 0 | 105 | 75 | 40 | 540 | 65 | 54 |
| Binary | 10101101 | 110101 | 1000100 | 0 | 1000101 | 111101 | 100000 | 101100000 | 110101 | 101100 |
Color Harmonies of #AD3544
Complementary color
Monochromatic Colors of #AD3544
Black with #AD3544
Text Example
Text Example
White with #AD3544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3544; }
p { color: rgb(173,53,68); }
H1.HeaderClassName
{
color: #AD3544;
}
.AnyTagClassName
{
color: #AD3544;
}
</style>
background-color css
<style>
a { background-color: #AD3544; }
a { background-color: rgb(173,53,68); }
div.DivClassName
{
background-color: #AD3544;
}
.BgClassName
{
background-color: #AD3544;
}
</style>
border-color css
<style>
span { border-color: #AD3544; }
span { border-color: rgb(173,53,68); }
td.TdClassName
{
border-color: #AD3544;
}
.TagClassName
{
border-color: #AD3544;
}
</style>