Shades of Night Shadz #AD444A
Tints of Night Shadz #AD444A
RGB
CMYK
RGB Variations
Color information
#AD444A (or 0xAD444A) is known color: Night Shadz. HEX triplet: AD, 44 and 4A. RGB value is (173,68,74). Sum of RGB (Red+Green+Blue) = 173+68+74=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD444A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD444A is #52BBB5. Grayscale: #646464. Windows color (decimal): -5422006 or 4867245. OLE color: 4867245.
HSL color Cylindrical-coordinate representation of color #AD444A: hue angle of 356.57º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD444A is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 74 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.32 |
| HSL | 356.57º | 0.44% | 0.47% | - |
| HSV(B) | 356.57º | 0.61% | 0.68% | - |
| XYZ | 20.54 | 13.51 | 8 | - |
| YUV | 100.08 | 113.29 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 74 | 0 | 0.61 | 0.57 | 0.32 | 356.57 | 0.44 | 0.47 |
| Hex | AD | 44 | 4A | 0 | 3D | 39 | 20 | 165 | 2C | 2F |
| Octal | 255 | 104 | 112 | 0 | 75 | 71 | 40 | 545 | 54 | 57 |
| Binary | 10101101 | 1000100 | 1001010 | 0 | 111101 | 111001 | 100000 | 101100101 | 101100 | 101111 |
Color Harmonies of #AD444A
Complementary color
Monochromatic Colors of #AD444A
Black with #AD444A
Text Example
Text Example
White with #AD444A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD444A; }
p { color: rgb(173,68,74); }
H1.HeaderClassName
{
color: #AD444A;
}
.AnyTagClassName
{
color: #AD444A;
}
</style>
background-color css
<style>
a { background-color: #AD444A; }
a { background-color: rgb(173,68,74); }
div.DivClassName
{
background-color: #AD444A;
}
.BgClassName
{
background-color: #AD444A;
}
</style>
border-color css
<style>
span { border-color: #AD444A; }
span { border-color: rgb(173,68,74); }
td.TdClassName
{
border-color: #AD444A;
}
.TagClassName
{
border-color: #AD444A;
}
</style>