Shades of Night Shadz #AD354B
Tints of Night Shadz #AD354B
RGB
CMYK
RGB Variations
Color information
#AD354B (or 0xAD354B) is known color: Night Shadz. HEX triplet: AD, 35 and 4B. RGB value is (173,53,75). Sum of RGB (Red+Green+Blue) = 173+53+75=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD354B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD354B is #52CAB4. Grayscale: #5B5B5B. Windows color (decimal): -5425845 or 4928941. OLE color: 4928941.
HSL color Cylindrical-coordinate representation of color #AD354B: hue angle of 349º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD354B is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 75 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.32 |
| HSL | 349º | 0.53% | 0.44% | - |
| HSV(B) | 349º | 0.69% | 0.68% | - |
| XYZ | 19.78 | 11.94 | 7.92 | - |
| YUV | 91.39 | 118.76 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 75 | 0 | 0.69 | 0.57 | 0.32 | 349 | 0.53 | 0.44 |
| Hex | AD | 35 | 4B | 0 | 45 | 39 | 20 | 15D | 35 | 2C |
| Octal | 255 | 65 | 113 | 0 | 105 | 71 | 40 | 535 | 65 | 54 |
| Binary | 10101101 | 110101 | 1001011 | 0 | 1000101 | 111001 | 100000 | 101011101 | 110101 | 101100 |
Color Harmonies of #AD354B
Complementary color
Monochromatic Colors of #AD354B
Black with #AD354B
Text Example
Text Example
White with #AD354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD354B; }
p { color: rgb(173,53,75); }
H1.HeaderClassName
{
color: #AD354B;
}
.AnyTagClassName
{
color: #AD354B;
}
</style>
background-color css
<style>
a { background-color: #AD354B; }
a { background-color: rgb(173,53,75); }
div.DivClassName
{
background-color: #AD354B;
}
.BgClassName
{
background-color: #AD354B;
}
</style>
border-color css
<style>
span { border-color: #AD354B; }
span { border-color: rgb(173,53,75); }
td.TdClassName
{
border-color: #AD354B;
}
.TagClassName
{
border-color: #AD354B;
}
</style>