Shades of Night Shadz #AD3357
Tints of Night Shadz #AD3357
RGB
CMYK
RGB Variations
Color information
#AD3357 (or 0xAD3357) is known color: Night Shadz. HEX triplet: AD, 33 and 57. RGB value is (173,51,87). Sum of RGB (Red+Green+Blue) = 173+51+87=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3357 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3357 is #52CCA8. Grayscale: #5B5B5B. Windows color (decimal): -5426345 or 5714861. OLE color: 5714861.
HSL color Cylindrical-coordinate representation of color #AD3357: hue angle of 342.3º 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 #AD3357 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 87 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.32 |
| HSL | 342.3º | 0.54% | 0.44% | - |
| HSV(B) | 342.3º | 0.71% | 0.68% | - |
| XYZ | 20.14 | 11.94 | 10.26 | - |
| YUV | 91.58 | 125.42 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 87 | 0 | 0.71 | 0.50 | 0.32 | 342.3 | 0.54 | 0.44 |
| Hex | AD | 33 | 57 | 0 | 47 | 32 | 20 | 156 | 36 | 2C |
| Octal | 255 | 63 | 127 | 0 | 107 | 62 | 40 | 526 | 66 | 54 |
| Binary | 10101101 | 110011 | 1010111 | 0 | 1000111 | 110010 | 100000 | 101010110 | 110110 | 101100 |
Color Harmonies of #AD3357
Complementary color
Monochromatic Colors of #AD3357
Black with #AD3357
Text Example
Text Example
White with #AD3357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3357; }
p { color: rgb(173,51,87); }
H1.HeaderClassName
{
color: #AD3357;
}
.AnyTagClassName
{
color: #AD3357;
}
</style>
background-color css
<style>
a { background-color: #AD3357; }
a { background-color: rgb(173,51,87); }
div.DivClassName
{
background-color: #AD3357;
}
.BgClassName
{
background-color: #AD3357;
}
</style>
border-color css
<style>
span { border-color: #AD3357; }
span { border-color: rgb(173,51,87); }
td.TdClassName
{
border-color: #AD3357;
}
.TagClassName
{
border-color: #AD3357;
}
</style>