Shades of Night Shadz #AD4150
Tints of Night Shadz #AD4150
RGB
CMYK
RGB Variations
Color information
#AD4150 (or 0xAD4150) is known color: Night Shadz. HEX triplet: AD, 41 and 50. RGB value is (173,65,80). Sum of RGB (Red+Green+Blue) = 173+65+80=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4150 is #52BEAF. Grayscale: #636363. Windows color (decimal): -5422768 or 5259693. OLE color: 5259693.
HSL color Cylindrical-coordinate representation of color #AD4150: hue angle of 351.67º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD4150 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 80 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.32 |
| HSL | 351.67º | 0.45% | 0.47% | - |
| HSV(B) | 351.67º | 0.62% | 0.68% | - |
| XYZ | 20.57 | 13.24 | 9.06 | - |
| YUV | 99 | 117.28 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 80 | 0 | 0.62 | 0.54 | 0.32 | 351.67 | 0.45 | 0.47 |
| Hex | AD | 41 | 50 | 0 | 3E | 36 | 20 | 160 | 2D | 2F |
| Octal | 255 | 101 | 120 | 0 | 76 | 66 | 40 | 540 | 55 | 57 |
| Binary | 10101101 | 1000001 | 1010000 | 0 | 111110 | 110110 | 100000 | 101100000 | 101101 | 101111 |
Color Harmonies of #AD4150
Complementary color
Monochromatic Colors of #AD4150
Black with #AD4150
Text Example
Text Example
White with #AD4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4150; }
p { color: rgb(173,65,80); }
H1.HeaderClassName
{
color: #AD4150;
}
.AnyTagClassName
{
color: #AD4150;
}
</style>
background-color css
<style>
a { background-color: #AD4150; }
a { background-color: rgb(173,65,80); }
div.DivClassName
{
background-color: #AD4150;
}
.BgClassName
{
background-color: #AD4150;
}
</style>
border-color css
<style>
span { border-color: #AD4150; }
span { border-color: rgb(173,65,80); }
td.TdClassName
{
border-color: #AD4150;
}
.TagClassName
{
border-color: #AD4150;
}
</style>