Shades of Night Shadz #AD3744
Tints of Night Shadz #AD3744
RGB
CMYK
RGB Variations
Color information
#AD3744 (or 0xAD3744) is known color: Night Shadz. HEX triplet: AD, 37 and 44. RGB value is (173,55,68). Sum of RGB (Red+Green+Blue) = 173+55+68=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3744 is #52C8BB. Grayscale: #5B5B5B. Windows color (decimal): -5425340 or 4470701. OLE color: 4470701.
HSL color Cylindrical-coordinate representation of color #AD3744: hue angle of 353.39º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3744 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 68 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.32 |
| HSL | 353.39º | 0.52% | 0.45% | - |
| HSV(B) | 353.39º | 0.68% | 0.68% | - |
| XYZ | 19.64 | 12.03 | 6.76 | - |
| YUV | 91.76 | 114.59 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 68 | 0 | 0.68 | 0.61 | 0.32 | 353.39 | 0.52 | 0.45 |
| Hex | AD | 37 | 44 | 0 | 44 | 3D | 20 | 161 | 34 | 2D |
| Octal | 255 | 67 | 104 | 0 | 104 | 75 | 40 | 541 | 64 | 55 |
| Binary | 10101101 | 110111 | 1000100 | 0 | 1000100 | 111101 | 100000 | 101100001 | 110100 | 101101 |
Color Harmonies of #AD3744
Complementary color
Monochromatic Colors of #AD3744
Black with #AD3744
Text Example
Text Example
White with #AD3744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3744; }
p { color: rgb(173,55,68); }
H1.HeaderClassName
{
color: #AD3744;
}
.AnyTagClassName
{
color: #AD3744;
}
</style>
background-color css
<style>
a { background-color: #AD3744; }
a { background-color: rgb(173,55,68); }
div.DivClassName
{
background-color: #AD3744;
}
.BgClassName
{
background-color: #AD3744;
}
</style>
border-color css
<style>
span { border-color: #AD3744; }
span { border-color: rgb(173,55,68); }
td.TdClassName
{
border-color: #AD3744;
}
.TagClassName
{
border-color: #AD3744;
}
</style>