Shades of Night Shadz #AD3652
Tints of Night Shadz #AD3652
RGB
CMYK
RGB Variations
Color information
#AD3652 (or 0xAD3652) is known color: Night Shadz. HEX triplet: AD, 36 and 52. RGB value is (173,54,82). Sum of RGB (Red+Green+Blue) = 173+54+82=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3652 is #52C9AD. Grayscale: #5C5C5C. Windows color (decimal): -5425582 or 5387949. OLE color: 5387949.
HSL color Cylindrical-coordinate representation of color #AD3652: hue angle of 345.88º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3652 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 82 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.32 |
| HSL | 345.88º | 0.52% | 0.45% | - |
| HSV(B) | 345.88º | 0.69% | 0.68% | - |
| XYZ | 20.08 | 12.13 | 9.27 | - |
| YUV | 92.77 | 121.92 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 82 | 0 | 0.69 | 0.53 | 0.32 | 345.88 | 0.52 | 0.45 |
| Hex | AD | 36 | 52 | 0 | 45 | 35 | 20 | 15A | 34 | 2D |
| Octal | 255 | 66 | 122 | 0 | 105 | 65 | 40 | 532 | 64 | 55 |
| Binary | 10101101 | 110110 | 1010010 | 0 | 1000101 | 110101 | 100000 | 101011010 | 110100 | 101101 |
Color Harmonies of #AD3652
Complementary color
Monochromatic Colors of #AD3652
Black with #AD3652
Text Example
Text Example
White with #AD3652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3652; }
p { color: rgb(173,54,82); }
H1.HeaderClassName
{
color: #AD3652;
}
.AnyTagClassName
{
color: #AD3652;
}
</style>
background-color css
<style>
a { background-color: #AD3652; }
a { background-color: rgb(173,54,82); }
div.DivClassName
{
background-color: #AD3652;
}
.BgClassName
{
background-color: #AD3652;
}
</style>
border-color css
<style>
span { border-color: #AD3652; }
span { border-color: rgb(173,54,82); }
td.TdClassName
{
border-color: #AD3652;
}
.TagClassName
{
border-color: #AD3652;
}
</style>