Shades of Night Shadz #AD3352
Tints of Night Shadz #AD3352
RGB
CMYK
RGB Variations
Color information
#AD3352 (or 0xAD3352) is known color: Night Shadz. HEX triplet: AD, 33 and 52. RGB value is (173,51,82). Sum of RGB (Red+Green+Blue) = 173+51+82=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3352 is #52CCAD. Grayscale: #5B5B5B. Windows color (decimal): -5426350 or 5387181. OLE color: 5387181.
HSL color Cylindrical-coordinate representation of color #AD3352: hue angle of 344.75º degrees, saturation: 0.54, 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 #AD3352 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 82 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.32 |
| HSL | 344.75º | 0.54% | 0.44% | - |
| HSV(B) | 344.75º | 0.71% | 0.68% | - |
| XYZ | 19.94 | 11.86 | 9.22 | - |
| YUV | 91.01 | 122.92 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 82 | 0 | 0.71 | 0.53 | 0.32 | 344.75 | 0.54 | 0.44 |
| Hex | AD | 33 | 52 | 0 | 47 | 35 | 20 | 159 | 36 | 2C |
| Octal | 255 | 63 | 122 | 0 | 107 | 65 | 40 | 531 | 66 | 54 |
| Binary | 10101101 | 110011 | 1010010 | 0 | 1000111 | 110101 | 100000 | 101011001 | 110110 | 101100 |
Color Harmonies of #AD3352
Complementary color
Monochromatic Colors of #AD3352
Black with #AD3352
Text Example
Text Example
White with #AD3352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3352; }
p { color: rgb(173,51,82); }
H1.HeaderClassName
{
color: #AD3352;
}
.AnyTagClassName
{
color: #AD3352;
}
</style>
background-color css
<style>
a { background-color: #AD3352; }
a { background-color: rgb(173,51,82); }
div.DivClassName
{
background-color: #AD3352;
}
.BgClassName
{
background-color: #AD3352;
}
</style>
border-color css
<style>
span { border-color: #AD3352; }
span { border-color: rgb(173,51,82); }
td.TdClassName
{
border-color: #AD3352;
}
.TagClassName
{
border-color: #AD3352;
}
</style>