Shades of Night Shadz #AE2C56
Tints of Night Shadz #AE2C56
RGB
CMYK
RGB Variations
Color information
#AE2C56 (or 0xAE2C56) is known color: Night Shadz. HEX triplet: AE, 2C and 56. RGB value is (174,44,86). Sum of RGB (Red+Green+Blue) = 174+44+86=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2C56 is #51D3A9. Grayscale: #575757. Windows color (decimal): -5362602 or 5647534. OLE color: 5647534.
HSL color Cylindrical-coordinate representation of color #AE2C56: hue angle of 340.62º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE2C56 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 44 | 86 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.32 |
| HSL | 340.62º | 0.6% | 0.43% | - |
| HSV(B) | 340.62º | 0.75% | 0.68% | - |
| XYZ | 20.04 | 11.47 | 9.96 | - |
| YUV | 87.66 | 127.07 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 44 | 86 | 0 | 0.75 | 0.51 | 0.32 | 340.62 | 0.6 | 0.43 |
| Hex | AE | 2C | 56 | 0 | 4B | 33 | 20 | 155 | 3C | 2B |
| Octal | 256 | 54 | 126 | 0 | 113 | 63 | 40 | 525 | 74 | 53 |
| Binary | 10101110 | 101100 | 1010110 | 0 | 1001011 | 110011 | 100000 | 101010101 | 111100 | 101011 |
Color Harmonies of #AE2C56
Complementary color
Monochromatic Colors of #AE2C56
Black with #AE2C56
Text Example
Text Example
White with #AE2C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2C56; }
p { color: rgb(174,44,86); }
H1.HeaderClassName
{
color: #AE2C56;
}
.AnyTagClassName
{
color: #AE2C56;
}
</style>
background-color css
<style>
a { background-color: #AE2C56; }
a { background-color: rgb(174,44,86); }
div.DivClassName
{
background-color: #AE2C56;
}
.BgClassName
{
background-color: #AE2C56;
}
</style>
border-color css
<style>
span { border-color: #AE2C56; }
span { border-color: rgb(174,44,86); }
td.TdClassName
{
border-color: #AE2C56;
}
.TagClassName
{
border-color: #AE2C56;
}
</style>