Shades of Night Shadz #AD344E
Tints of Night Shadz #AD344E
RGB
CMYK
RGB Variations
Color information
#AD344E (or 0xAD344E) is known color: Night Shadz. HEX triplet: AD, 34 and 4E. RGB value is (173,52,78). Sum of RGB (Red+Green+Blue) = 173+52+78=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD344E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD344E is #52CBB1. Grayscale: #5B5B5B. Windows color (decimal): -5426098 or 5125293. OLE color: 5125293.
HSL color Cylindrical-coordinate representation of color #AD344E: hue angle of 347.11º 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 #AD344E is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 78 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.32 |
| HSL | 347.11º | 0.54% | 0.44% | - |
| HSV(B) | 347.11º | 0.7% | 0.68% | - |
| XYZ | 19.84 | 11.89 | 8.46 | - |
| YUV | 91.14 | 120.59 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 78 | 0 | 0.70 | 0.55 | 0.32 | 347.11 | 0.54 | 0.44 |
| Hex | AD | 34 | 4E | 0 | 46 | 37 | 20 | 15B | 36 | 2C |
| Octal | 255 | 64 | 116 | 0 | 106 | 67 | 40 | 533 | 66 | 54 |
| Binary | 10101101 | 110100 | 1001110 | 0 | 1000110 | 110111 | 100000 | 101011011 | 110110 | 101100 |
Color Harmonies of #AD344E
Complementary color
Monochromatic Colors of #AD344E
Black with #AD344E
Text Example
Text Example
White with #AD344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD344E; }
p { color: rgb(173,52,78); }
H1.HeaderClassName
{
color: #AD344E;
}
.AnyTagClassName
{
color: #AD344E;
}
</style>
background-color css
<style>
a { background-color: #AD344E; }
a { background-color: rgb(173,52,78); }
div.DivClassName
{
background-color: #AD344E;
}
.BgClassName
{
background-color: #AD344E;
}
</style>
border-color css
<style>
span { border-color: #AD344E; }
span { border-color: rgb(173,52,78); }
td.TdClassName
{
border-color: #AD344E;
}
.TagClassName
{
border-color: #AD344E;
}
</style>