Shades of Night Shadz #AD3254
Tints of Night Shadz #AD3254
RGB
CMYK
RGB Variations
Color information
#AD3254 (or 0xAD3254) is known color: Night Shadz. HEX triplet: AD, 32 and 54. RGB value is (173,50,84). Sum of RGB (Red+Green+Blue) = 173+50+84=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3254 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3254 is #52CDAB. Grayscale: #5A5A5A. Windows color (decimal): -5426604 or 5517997. OLE color: 5517997.
HSL color Cylindrical-coordinate representation of color #AD3254: hue angle of 343.41º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3254 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 84 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.32 |
| HSL | 343.41º | 0.55% | 0.44% | - |
| HSV(B) | 343.41º | 0.71% | 0.68% | - |
| XYZ | 19.97 | 11.81 | 9.61 | - |
| YUV | 90.65 | 124.25 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 84 | 0 | 0.71 | 0.51 | 0.32 | 343.41 | 0.55 | 0.44 |
| Hex | AD | 32 | 54 | 0 | 47 | 33 | 20 | 157 | 37 | 2C |
| Octal | 255 | 62 | 124 | 0 | 107 | 63 | 40 | 527 | 67 | 54 |
| Binary | 10101101 | 110010 | 1010100 | 0 | 1000111 | 110011 | 100000 | 101010111 | 110111 | 101100 |
Color Harmonies of #AD3254
Complementary color
Monochromatic Colors of #AD3254
Black with #AD3254
Text Example
Text Example
White with #AD3254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3254; }
p { color: rgb(173,50,84); }
H1.HeaderClassName
{
color: #AD3254;
}
.AnyTagClassName
{
color: #AD3254;
}
</style>
background-color css
<style>
a { background-color: #AD3254; }
a { background-color: rgb(173,50,84); }
div.DivClassName
{
background-color: #AD3254;
}
.BgClassName
{
background-color: #AD3254;
}
</style>
border-color css
<style>
span { border-color: #AD3254; }
span { border-color: rgb(173,50,84); }
td.TdClassName
{
border-color: #AD3254;
}
.TagClassName
{
border-color: #AD3254;
}
</style>