Shades of Night Shadz #AD3657
Tints of Night Shadz #AD3657
RGB
CMYK
RGB Variations
Color information
#AD3657 (or 0xAD3657) is known color: Night Shadz. HEX triplet: AD, 36 and 57. RGB value is (173,54,87). Sum of RGB (Red+Green+Blue) = 173+54+87=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 87 (34.38% from 255 or 27.71% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3657 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3657 is #52C9A8. Grayscale: #5D5D5D. Windows color (decimal): -5425577 or 5715629. OLE color: 5715629.
HSL color Cylindrical-coordinate representation of color #AD3657: hue angle of 343.36º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3657 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 87 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.32 |
| HSL | 343.36º | 0.52% | 0.45% | - |
| HSV(B) | 343.36º | 0.69% | 0.68% | - |
| XYZ | 20.27 | 12.21 | 10.31 | - |
| YUV | 93.34 | 124.42 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 87 | 0 | 0.69 | 0.50 | 0.32 | 343.36 | 0.52 | 0.45 |
| Hex | AD | 36 | 57 | 0 | 45 | 32 | 20 | 157 | 34 | 2D |
| Octal | 255 | 66 | 127 | 0 | 105 | 62 | 40 | 527 | 64 | 55 |
| Binary | 10101101 | 110110 | 1010111 | 0 | 1000101 | 110010 | 100000 | 101010111 | 110100 | 101101 |
Color Harmonies of #AD3657
Complementary color
Monochromatic Colors of #AD3657
Black with #AD3657
Text Example
Text Example
White with #AD3657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3657; }
p { color: rgb(173,54,87); }
H1.HeaderClassName
{
color: #AD3657;
}
.AnyTagClassName
{
color: #AD3657;
}
</style>
background-color css
<style>
a { background-color: #AD3657; }
a { background-color: rgb(173,54,87); }
div.DivClassName
{
background-color: #AD3657;
}
.BgClassName
{
background-color: #AD3657;
}
</style>
border-color css
<style>
span { border-color: #AD3657; }
span { border-color: rgb(173,54,87); }
td.TdClassName
{
border-color: #AD3657;
}
.TagClassName
{
border-color: #AD3657;
}
</style>