Shades of Night Shadz #AD3257
Tints of Night Shadz #AD3257
RGB
CMYK
RGB Variations
Color information
#AD3257 (or 0xAD3257) is known color: Night Shadz. HEX triplet: AD, 32 and 57. RGB value is (173,50,87). Sum of RGB (Red+Green+Blue) = 173+50+87=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3257 is #52CDA8. Grayscale: #5A5A5A. Windows color (decimal): -5426601 or 5714605. OLE color: 5714605.
HSL color Cylindrical-coordinate representation of color #AD3257: hue angle of 341.95º degrees, saturation: 0.55, 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 #AD3257 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 87 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.32 |
| HSL | 341.95º | 0.55% | 0.44% | - |
| HSV(B) | 341.95º | 0.71% | 0.68% | - |
| XYZ | 20.09 | 11.85 | 10.25 | - |
| YUV | 91 | 125.75 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 87 | 0 | 0.71 | 0.50 | 0.32 | 341.95 | 0.55 | 0.44 |
| Hex | AD | 32 | 57 | 0 | 47 | 32 | 20 | 156 | 37 | 2C |
| Octal | 255 | 62 | 127 | 0 | 107 | 62 | 40 | 526 | 67 | 54 |
| Binary | 10101101 | 110010 | 1010111 | 0 | 1000111 | 110010 | 100000 | 101010110 | 110111 | 101100 |
Color Harmonies of #AD3257
Complementary color
Monochromatic Colors of #AD3257
Black with #AD3257
Text Example
Text Example
White with #AD3257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3257; }
p { color: rgb(173,50,87); }
H1.HeaderClassName
{
color: #AD3257;
}
.AnyTagClassName
{
color: #AD3257;
}
</style>
background-color css
<style>
a { background-color: #AD3257; }
a { background-color: rgb(173,50,87); }
div.DivClassName
{
background-color: #AD3257;
}
.BgClassName
{
background-color: #AD3257;
}
</style>
border-color css
<style>
span { border-color: #AD3257; }
span { border-color: rgb(173,50,87); }
td.TdClassName
{
border-color: #AD3257;
}
.TagClassName
{
border-color: #AD3257;
}
</style>