Shades of Night Shadz #AD4047
Tints of Night Shadz #AD4047
RGB
CMYK
RGB Variations
Color information
#AD4047 (or 0xAD4047) is known color: Night Shadz. HEX triplet: AD, 40 and 47. RGB value is (173,64,71). Sum of RGB (Red+Green+Blue) = 173+64+71=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4047 is #52BFB8. Grayscale: #616161. Windows color (decimal): -5423033 or 4669613. OLE color: 4669613.
HSL color Cylindrical-coordinate representation of color #AD4047: hue angle of 356.15º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD4047 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 71 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.32 |
| HSL | 356.15º | 0.46% | 0.46% | - |
| HSV(B) | 356.15º | 0.63% | 0.68% | - |
| XYZ | 20.2 | 13.01 | 7.41 | - |
| YUV | 97.39 | 113.11 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 71 | 0 | 0.63 | 0.59 | 0.32 | 356.15 | 0.46 | 0.46 |
| Hex | AD | 40 | 47 | 0 | 3F | 3B | 20 | 164 | 2E | 2E |
| Octal | 255 | 100 | 107 | 0 | 77 | 73 | 40 | 544 | 56 | 56 |
| Binary | 10101101 | 1000000 | 1000111 | 0 | 111111 | 111011 | 100000 | 101100100 | 101110 | 101110 |
Color Harmonies of #AD4047
Complementary color
Monochromatic Colors of #AD4047
Black with #AD4047
Text Example
Text Example
White with #AD4047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4047; }
p { color: rgb(173,64,71); }
H1.HeaderClassName
{
color: #AD4047;
}
.AnyTagClassName
{
color: #AD4047;
}
</style>
background-color css
<style>
a { background-color: #AD4047; }
a { background-color: rgb(173,64,71); }
div.DivClassName
{
background-color: #AD4047;
}
.BgClassName
{
background-color: #AD4047;
}
</style>
border-color css
<style>
span { border-color: #AD4047; }
span { border-color: rgb(173,64,71); }
td.TdClassName
{
border-color: #AD4047;
}
.TagClassName
{
border-color: #AD4047;
}
</style>