Shades of Night Shadz #AD414E
Tints of Night Shadz #AD414E
RGB
CMYK
RGB Variations
Color information
#AD414E (or 0xAD414E) is known color: Night Shadz. HEX triplet: AD, 41 and 4E. RGB value is (173,65,78). Sum of RGB (Red+Green+Blue) = 173+65+78=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD414E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD414E is #52BEB1. Grayscale: #626262. Windows color (decimal): -5422770 or 5128621. OLE color: 5128621.
HSL color Cylindrical-coordinate representation of color #AD414E: hue angle of 352.78º 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 #AD414E is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 78 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.32 |
| HSL | 352.78º | 0.45% | 0.47% | - |
| HSV(B) | 352.78º | 0.62% | 0.68% | - |
| XYZ | 20.5 | 13.21 | 8.68 | - |
| YUV | 98.77 | 116.28 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 78 | 0 | 0.62 | 0.55 | 0.32 | 352.78 | 0.45 | 0.47 |
| Hex | AD | 41 | 4E | 0 | 3E | 37 | 20 | 161 | 2D | 2F |
| Octal | 255 | 101 | 116 | 0 | 76 | 67 | 40 | 541 | 55 | 57 |
| Binary | 10101101 | 1000001 | 1001110 | 0 | 111110 | 110111 | 100000 | 101100001 | 101101 | 101111 |
Color Harmonies of #AD414E
Complementary color
Monochromatic Colors of #AD414E
Black with #AD414E
Text Example
Text Example
White with #AD414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD414E; }
p { color: rgb(173,65,78); }
H1.HeaderClassName
{
color: #AD414E;
}
.AnyTagClassName
{
color: #AD414E;
}
</style>
background-color css
<style>
a { background-color: #AD414E; }
a { background-color: rgb(173,65,78); }
div.DivClassName
{
background-color: #AD414E;
}
.BgClassName
{
background-color: #AD414E;
}
</style>
border-color css
<style>
span { border-color: #AD414E; }
span { border-color: rgb(173,65,78); }
td.TdClassName
{
border-color: #AD414E;
}
.TagClassName
{
border-color: #AD414E;
}
</style>