Shades of Night Shadz #AD414C
Tints of Night Shadz #AD414C
RGB
CMYK
RGB Variations
Color information
#AD414C (or 0xAD414C) is known color: Night Shadz. HEX triplet: AD, 41 and 4C. RGB value is (173,65,76). Sum of RGB (Red+Green+Blue) = 173+65+76=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD414C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD414C is #52BEB3. Grayscale: #626262. Windows color (decimal): -5422772 or 4997549. OLE color: 4997549.
HSL color Cylindrical-coordinate representation of color #AD414C: hue angle of 353.89º 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 #AD414C is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 76 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.32 |
| HSL | 353.89º | 0.45% | 0.47% | - |
| HSV(B) | 353.89º | 0.62% | 0.68% | - |
| XYZ | 20.43 | 13.19 | 8.31 | - |
| YUV | 98.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 76 | 0 | 0.62 | 0.56 | 0.32 | 353.89 | 0.45 | 0.47 |
| Hex | AD | 41 | 4C | 0 | 3E | 38 | 20 | 162 | 2D | 2F |
| Octal | 255 | 101 | 114 | 0 | 76 | 70 | 40 | 542 | 55 | 57 |
| Binary | 10101101 | 1000001 | 1001100 | 0 | 111110 | 111000 | 100000 | 101100010 | 101101 | 101111 |
Color Harmonies of #AD414C
Complementary color
Monochromatic Colors of #AD414C
Black with #AD414C
Text Example
Text Example
White with #AD414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD414C; }
p { color: rgb(173,65,76); }
H1.HeaderClassName
{
color: #AD414C;
}
.AnyTagClassName
{
color: #AD414C;
}
</style>
background-color css
<style>
a { background-color: #AD414C; }
a { background-color: rgb(173,65,76); }
div.DivClassName
{
background-color: #AD414C;
}
.BgClassName
{
background-color: #AD414C;
}
</style>
border-color css
<style>
span { border-color: #AD414C; }
span { border-color: rgb(173,65,76); }
td.TdClassName
{
border-color: #AD414C;
}
.TagClassName
{
border-color: #AD414C;
}
</style>