Shades of Night Shadz #AD384F
Tints of Night Shadz #AD384F
RGB
CMYK
RGB Variations
Color information
#AD384F (or 0xAD384F) is known color: Night Shadz. HEX triplet: AD, 38 and 4F. RGB value is (173,56,79). Sum of RGB (Red+Green+Blue) = 173+56+79=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD384F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD384F is #52C7B0. Grayscale: #5D5D5D. Windows color (decimal): -5425073 or 5191853. OLE color: 5191853.
HSL color Cylindrical-coordinate representation of color #AD384F: hue angle of 348.21º degrees, saturation: 0.51, 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 #AD384F is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 56 | 79 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.32 |
| HSL | 348.21º | 0.51% | 0.45% | - |
| HSV(B) | 348.21º | 0.68% | 0.68% | - |
| XYZ | 20.06 | 12.28 | 8.71 | - |
| YUV | 93.61 | 119.76 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 79 | 0 | 0.68 | 0.54 | 0.32 | 348.21 | 0.51 | 0.45 |
| Hex | AD | 38 | 4F | 0 | 44 | 36 | 20 | 15C | 33 | 2D |
| Octal | 255 | 70 | 117 | 0 | 104 | 66 | 40 | 534 | 63 | 55 |
| Binary | 10101101 | 111000 | 1001111 | 0 | 1000100 | 110110 | 100000 | 101011100 | 110011 | 101101 |
Color Harmonies of #AD384F
Complementary color
Monochromatic Colors of #AD384F
Black with #AD384F
Text Example
Text Example
White with #AD384F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD384F; }
p { color: rgb(173,56,79); }
H1.HeaderClassName
{
color: #AD384F;
}
.AnyTagClassName
{
color: #AD384F;
}
</style>
background-color css
<style>
a { background-color: #AD384F; }
a { background-color: rgb(173,56,79); }
div.DivClassName
{
background-color: #AD384F;
}
.BgClassName
{
background-color: #AD384F;
}
</style>
border-color css
<style>
span { border-color: #AD384F; }
span { border-color: rgb(173,56,79); }
td.TdClassName
{
border-color: #AD384F;
}
.TagClassName
{
border-color: #AD384F;
}
</style>