Shades of Night Shadz #AD3750
Tints of Night Shadz #AD3750
RGB
CMYK
RGB Variations
Color information
#AD3750 (or 0xAD3750) is known color: Night Shadz. HEX triplet: AD, 37 and 50. RGB value is (173,55,80). Sum of RGB (Red+Green+Blue) = 173+55+80=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3750 is #52C8AF. Grayscale: #5D5D5D. Windows color (decimal): -5425328 or 5257133. OLE color: 5257133.
HSL color Cylindrical-coordinate representation of color #AD3750: hue angle of 347.29º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3750 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 80 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.32 |
| HSL | 347.29º | 0.52% | 0.45% | - |
| HSV(B) | 347.29º | 0.68% | 0.68% | - |
| XYZ | 20.05 | 12.2 | 8.89 | - |
| YUV | 93.13 | 120.59 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 80 | 0 | 0.68 | 0.54 | 0.32 | 347.29 | 0.52 | 0.45 |
| Hex | AD | 37 | 50 | 0 | 44 | 36 | 20 | 15B | 34 | 2D |
| Octal | 255 | 67 | 120 | 0 | 104 | 66 | 40 | 533 | 64 | 55 |
| Binary | 10101101 | 110111 | 1010000 | 0 | 1000100 | 110110 | 100000 | 101011011 | 110100 | 101101 |
Color Harmonies of #AD3750
Complementary color
Monochromatic Colors of #AD3750
Black with #AD3750
Text Example
Text Example
White with #AD3750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3750; }
p { color: rgb(173,55,80); }
H1.HeaderClassName
{
color: #AD3750;
}
.AnyTagClassName
{
color: #AD3750;
}
</style>
background-color css
<style>
a { background-color: #AD3750; }
a { background-color: rgb(173,55,80); }
div.DivClassName
{
background-color: #AD3750;
}
.BgClassName
{
background-color: #AD3750;
}
</style>
border-color css
<style>
span { border-color: #AD3750; }
span { border-color: rgb(173,55,80); }
td.TdClassName
{
border-color: #AD3750;
}
.TagClassName
{
border-color: #AD3750;
}
</style>