Shades of Night Shadz #AD324B
Tints of Night Shadz #AD324B
RGB
CMYK
RGB Variations
Color information
#AD324B (or 0xAD324B) is known color: Night Shadz. HEX triplet: AD, 32 and 4B. RGB value is (173,50,75). Sum of RGB (Red+Green+Blue) = 173+50+75=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD324B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD324B is #52CDB4. Grayscale: #595959. Windows color (decimal): -5426613 or 4928173. OLE color: 4928173.
HSL color Cylindrical-coordinate representation of color #AD324B: hue angle of 347.8º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD324B is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 75 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.32 |
| HSL | 347.8º | 0.55% | 0.44% | - |
| HSV(B) | 347.8º | 0.71% | 0.68% | - |
| XYZ | 19.64 | 11.67 | 7.87 | - |
| YUV | 89.63 | 119.75 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 75 | 0 | 0.71 | 0.57 | 0.32 | 347.8 | 0.55 | 0.44 |
| Hex | AD | 32 | 4B | 0 | 47 | 39 | 20 | 15C | 37 | 2C |
| Octal | 255 | 62 | 113 | 0 | 107 | 71 | 40 | 534 | 67 | 54 |
| Binary | 10101101 | 110010 | 1001011 | 0 | 1000111 | 111001 | 100000 | 101011100 | 110111 | 101100 |
Color Harmonies of #AD324B
Complementary color
Monochromatic Colors of #AD324B
Black with #AD324B
Text Example
Text Example
White with #AD324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD324B; }
p { color: rgb(173,50,75); }
H1.HeaderClassName
{
color: #AD324B;
}
.AnyTagClassName
{
color: #AD324B;
}
</style>
background-color css
<style>
a { background-color: #AD324B; }
a { background-color: rgb(173,50,75); }
div.DivClassName
{
background-color: #AD324B;
}
.BgClassName
{
background-color: #AD324B;
}
</style>
border-color css
<style>
span { border-color: #AD324B; }
span { border-color: rgb(173,50,75); }
td.TdClassName
{
border-color: #AD324B;
}
.TagClassName
{
border-color: #AD324B;
}
</style>