Shades of Night Shadz #AD3651
Tints of Night Shadz #AD3651
RGB
CMYK
RGB Variations
Color information
#AD3651 (or 0xAD3651) is known color: Night Shadz. HEX triplet: AD, 36 and 51. RGB value is (173,54,81). Sum of RGB (Red+Green+Blue) = 173+54+81=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3651 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3651 is #52C9AE. Grayscale: #5C5C5C. Windows color (decimal): -5425583 or 5322413. OLE color: 5322413.
HSL color Cylindrical-coordinate representation of color #AD3651: hue angle of 346.39º 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 #AD3651 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 81 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.32 |
| HSL | 346.39º | 0.52% | 0.45% | - |
| HSV(B) | 346.39º | 0.69% | 0.68% | - |
| XYZ | 20.04 | 12.12 | 9.07 | - |
| YUV | 92.66 | 121.42 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 81 | 0 | 0.69 | 0.53 | 0.32 | 346.39 | 0.52 | 0.45 |
| Hex | AD | 36 | 51 | 0 | 45 | 35 | 20 | 15A | 34 | 2D |
| Octal | 255 | 66 | 121 | 0 | 105 | 65 | 40 | 532 | 64 | 55 |
| Binary | 10101101 | 110110 | 1010001 | 0 | 1000101 | 110101 | 100000 | 101011010 | 110100 | 101101 |
Color Harmonies of #AD3651
Complementary color
Monochromatic Colors of #AD3651
Black with #AD3651
Text Example
Text Example
White with #AD3651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3651; }
p { color: rgb(173,54,81); }
H1.HeaderClassName
{
color: #AD3651;
}
.AnyTagClassName
{
color: #AD3651;
}
</style>
background-color css
<style>
a { background-color: #AD3651; }
a { background-color: rgb(173,54,81); }
div.DivClassName
{
background-color: #AD3651;
}
.BgClassName
{
background-color: #AD3651;
}
</style>
border-color css
<style>
span { border-color: #AD3651; }
span { border-color: rgb(173,54,81); }
td.TdClassName
{
border-color: #AD3651;
}
.TagClassName
{
border-color: #AD3651;
}
</style>