Shades of Night Shadz #AD404C
Tints of Night Shadz #AD404C
RGB
CMYK
RGB Variations
Color information
#AD404C (or 0xAD404C) is known color: Night Shadz. HEX triplet: AD, 40 and 4C. RGB value is (173,64,76). Sum of RGB (Red+Green+Blue) = 173+64+76=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD404C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD404C is #52BFB3. Grayscale: #626262. Windows color (decimal): -5423028 or 4997293. OLE color: 4997293.
HSL color Cylindrical-coordinate representation of color #AD404C: hue angle of 353.39º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD404C is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 76 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.32 |
| HSL | 353.39º | 0.46% | 0.46% | - |
| HSV(B) | 353.39º | 0.63% | 0.68% | - |
| XYZ | 20.37 | 13.07 | 8.29 | - |
| YUV | 97.96 | 115.61 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 76 | 0 | 0.63 | 0.56 | 0.32 | 353.39 | 0.46 | 0.46 |
| Hex | AD | 40 | 4C | 0 | 3F | 38 | 20 | 161 | 2E | 2E |
| Octal | 255 | 100 | 114 | 0 | 77 | 70 | 40 | 541 | 56 | 56 |
| Binary | 10101101 | 1000000 | 1001100 | 0 | 111111 | 111000 | 100000 | 101100001 | 101110 | 101110 |
Color Harmonies of #AD404C
Complementary color
Monochromatic Colors of #AD404C
Black with #AD404C
Text Example
Text Example
White with #AD404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD404C; }
p { color: rgb(173,64,76); }
H1.HeaderClassName
{
color: #AD404C;
}
.AnyTagClassName
{
color: #AD404C;
}
</style>
background-color css
<style>
a { background-color: #AD404C; }
a { background-color: rgb(173,64,76); }
div.DivClassName
{
background-color: #AD404C;
}
.BgClassName
{
background-color: #AD404C;
}
</style>
border-color css
<style>
span { border-color: #AD404C; }
span { border-color: rgb(173,64,76); }
td.TdClassName
{
border-color: #AD404C;
}
.TagClassName
{
border-color: #AD404C;
}
</style>