Shades of Night Shadz #AD344B
Tints of Night Shadz #AD344B
RGB
CMYK
RGB Variations
Color information
#AD344B (or 0xAD344B) is known color: Night Shadz. HEX triplet: AD, 34 and 4B. RGB value is (173,52,75). Sum of RGB (Red+Green+Blue) = 173+52+75=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD344B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD344B is #52CBB4. Grayscale: #5A5A5A. Windows color (decimal): -5426101 or 4928685. OLE color: 4928685.
HSL color Cylindrical-coordinate representation of color #AD344B: hue angle of 348.6º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD344B is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 75 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.32 |
| HSL | 348.6º | 0.54% | 0.44% | - |
| HSV(B) | 348.6º | 0.7% | 0.68% | - |
| XYZ | 19.73 | 11.85 | 7.9 | - |
| YUV | 90.8 | 119.09 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 75 | 0 | 0.70 | 0.57 | 0.32 | 348.6 | 0.54 | 0.44 |
| Hex | AD | 34 | 4B | 0 | 46 | 39 | 20 | 15D | 36 | 2C |
| Octal | 255 | 64 | 113 | 0 | 106 | 71 | 40 | 535 | 66 | 54 |
| Binary | 10101101 | 110100 | 1001011 | 0 | 1000110 | 111001 | 100000 | 101011101 | 110110 | 101100 |
Color Harmonies of #AD344B
Complementary color
Monochromatic Colors of #AD344B
Black with #AD344B
Text Example
Text Example
White with #AD344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD344B; }
p { color: rgb(173,52,75); }
H1.HeaderClassName
{
color: #AD344B;
}
.AnyTagClassName
{
color: #AD344B;
}
</style>
background-color css
<style>
a { background-color: #AD344B; }
a { background-color: rgb(173,52,75); }
div.DivClassName
{
background-color: #AD344B;
}
.BgClassName
{
background-color: #AD344B;
}
</style>
border-color css
<style>
span { border-color: #AD344B; }
span { border-color: rgb(173,52,75); }
td.TdClassName
{
border-color: #AD344B;
}
.TagClassName
{
border-color: #AD344B;
}
</style>