Shades of Night Shadz #AD3250
Tints of Night Shadz #AD3250
RGB
CMYK
RGB Variations
Color information
#AD3250 (or 0xAD3250) is known color: Night Shadz. HEX triplet: AD, 32 and 50. RGB value is (173,50,80). Sum of RGB (Red+Green+Blue) = 173+50+80=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3250 is #52CDAF. Grayscale: #5A5A5A. Windows color (decimal): -5426608 or 5255853. OLE color: 5255853.
HSL color Cylindrical-coordinate representation of color #AD3250: hue angle of 345.37º 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 #AD3250 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 80 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.32 |
| HSL | 345.37º | 0.55% | 0.44% | - |
| HSV(B) | 345.37º | 0.71% | 0.68% | - |
| XYZ | 19.82 | 11.74 | 8.81 | - |
| YUV | 90.2 | 122.25 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 80 | 0 | 0.71 | 0.54 | 0.32 | 345.37 | 0.55 | 0.44 |
| Hex | AD | 32 | 50 | 0 | 47 | 36 | 20 | 159 | 37 | 2C |
| Octal | 255 | 62 | 120 | 0 | 107 | 66 | 40 | 531 | 67 | 54 |
| Binary | 10101101 | 110010 | 1010000 | 0 | 1000111 | 110110 | 100000 | 101011001 | 110111 | 101100 |
Color Harmonies of #AD3250
Complementary color
Monochromatic Colors of #AD3250
Black with #AD3250
Text Example
Text Example
White with #AD3250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3250; }
p { color: rgb(173,50,80); }
H1.HeaderClassName
{
color: #AD3250;
}
.AnyTagClassName
{
color: #AD3250;
}
</style>
background-color css
<style>
a { background-color: #AD3250; }
a { background-color: rgb(173,50,80); }
div.DivClassName
{
background-color: #AD3250;
}
.BgClassName
{
background-color: #AD3250;
}
</style>
border-color css
<style>
span { border-color: #AD3250; }
span { border-color: rgb(173,50,80); }
td.TdClassName
{
border-color: #AD3250;
}
.TagClassName
{
border-color: #AD3250;
}
</style>