Shades of Night Shadz #AD4146
Tints of Night Shadz #AD4146
RGB
CMYK
RGB Variations
Color information
#AD4146 (or 0xAD4146) is known color: Night Shadz. HEX triplet: AD, 41 and 46. RGB value is (173,65,70). Sum of RGB (Red+Green+Blue) = 173+65+70=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4146 is #52BEB9. Grayscale: #616161. Windows color (decimal): -5422778 or 4604333. OLE color: 4604333.
HSL color Cylindrical-coordinate representation of color #AD4146: hue angle of 357.22º 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 #AD4146 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 70 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.32 |
| HSL | 357.22º | 0.45% | 0.47% | - |
| HSV(B) | 357.22º | 0.62% | 0.68% | - |
| XYZ | 20.23 | 13.11 | 7.26 | - |
| YUV | 97.86 | 112.28 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 70 | 0 | 0.62 | 0.60 | 0.32 | 357.22 | 0.45 | 0.47 |
| Hex | AD | 41 | 46 | 0 | 3E | 3C | 20 | 165 | 2D | 2F |
| Octal | 255 | 101 | 106 | 0 | 76 | 74 | 40 | 545 | 55 | 57 |
| Binary | 10101101 | 1000001 | 1000110 | 0 | 111110 | 111100 | 100000 | 101100101 | 101101 | 101111 |
Color Harmonies of #AD4146
Complementary color
Monochromatic Colors of #AD4146
Black with #AD4146
Text Example
Text Example
White with #AD4146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4146; }
p { color: rgb(173,65,70); }
H1.HeaderClassName
{
color: #AD4146;
}
.AnyTagClassName
{
color: #AD4146;
}
</style>
background-color css
<style>
a { background-color: #AD4146; }
a { background-color: rgb(173,65,70); }
div.DivClassName
{
background-color: #AD4146;
}
.BgClassName
{
background-color: #AD4146;
}
</style>
border-color css
<style>
span { border-color: #AD4146; }
span { border-color: rgb(173,65,70); }
td.TdClassName
{
border-color: #AD4146;
}
.TagClassName
{
border-color: #AD4146;
}
</style>