Shades of Night Shadz #AD3752
Tints of Night Shadz #AD3752
RGB
CMYK
RGB Variations
Color information
#AD3752 (or 0xAD3752) is known color: Night Shadz. HEX triplet: AD, 37 and 52. RGB value is (173,55,82). Sum of RGB (Red+Green+Blue) = 173+55+82=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3752 is #52C8AD. Grayscale: #5D5D5D. Windows color (decimal): -5425326 or 5388205. OLE color: 5388205.
HSL color Cylindrical-coordinate representation of color #AD3752: hue angle of 346.27º degrees, saturation: 0.52, 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 #AD3752 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 82 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.32 |
| HSL | 346.27º | 0.52% | 0.45% | - |
| HSV(B) | 346.27º | 0.68% | 0.68% | - |
| XYZ | 20.12 | 12.23 | 9.28 | - |
| YUV | 93.36 | 121.59 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 82 | 0 | 0.68 | 0.53 | 0.32 | 346.27 | 0.52 | 0.45 |
| Hex | AD | 37 | 52 | 0 | 44 | 35 | 20 | 15A | 34 | 2D |
| Octal | 255 | 67 | 122 | 0 | 104 | 65 | 40 | 532 | 64 | 55 |
| Binary | 10101101 | 110111 | 1010010 | 0 | 1000100 | 110101 | 100000 | 101011010 | 110100 | 101101 |
Color Harmonies of #AD3752
Complementary color
Monochromatic Colors of #AD3752
Black with #AD3752
Text Example
Text Example
White with #AD3752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3752; }
p { color: rgb(173,55,82); }
H1.HeaderClassName
{
color: #AD3752;
}
.AnyTagClassName
{
color: #AD3752;
}
</style>
background-color css
<style>
a { background-color: #AD3752; }
a { background-color: rgb(173,55,82); }
div.DivClassName
{
background-color: #AD3752;
}
.BgClassName
{
background-color: #AD3752;
}
</style>
border-color css
<style>
span { border-color: #AD3752; }
span { border-color: rgb(173,55,82); }
td.TdClassName
{
border-color: #AD3752;
}
.TagClassName
{
border-color: #AD3752;
}
</style>