Shades of Night Shadz #AD4448
Tints of Night Shadz #AD4448
RGB
CMYK
RGB Variations
Color information
#AD4448 (or 0xAD4448) is known color: Night Shadz. HEX triplet: AD, 44 and 48. RGB value is (173,68,72). Sum of RGB (Red+Green+Blue) = 173+68+72=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4448 is #52BBB7. Grayscale: #636363. Windows color (decimal): -5422008 or 4736173. OLE color: 4736173.
HSL color Cylindrical-coordinate representation of color #AD4448: hue angle of 357.71º 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 #AD4448 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 72 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.32 |
| HSL | 357.71º | 0.44% | 0.47% | - |
| HSV(B) | 357.71º | 0.61% | 0.68% | - |
| XYZ | 20.47 | 13.49 | 7.66 | - |
| YUV | 99.85 | 112.29 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 72 | 0 | 0.61 | 0.58 | 0.32 | 357.71 | 0.44 | 0.47 |
| Hex | AD | 44 | 48 | 0 | 3D | 3A | 20 | 166 | 2C | 2F |
| Octal | 255 | 104 | 110 | 0 | 75 | 72 | 40 | 546 | 54 | 57 |
| Binary | 10101101 | 1000100 | 1001000 | 0 | 111101 | 111010 | 100000 | 101100110 | 101100 | 101111 |
Color Harmonies of #AD4448
Complementary color
Monochromatic Colors of #AD4448
Black with #AD4448
Text Example
Text Example
White with #AD4448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4448; }
p { color: rgb(173,68,72); }
H1.HeaderClassName
{
color: #AD4448;
}
.AnyTagClassName
{
color: #AD4448;
}
</style>
background-color css
<style>
a { background-color: #AD4448; }
a { background-color: rgb(173,68,72); }
div.DivClassName
{
background-color: #AD4448;
}
.BgClassName
{
background-color: #AD4448;
}
</style>
border-color css
<style>
span { border-color: #AD4448; }
span { border-color: rgb(173,68,72); }
td.TdClassName
{
border-color: #AD4448;
}
.TagClassName
{
border-color: #AD4448;
}
</style>