Shades of Night Shadz #AE3C57
Tints of Night Shadz #AE3C57
RGB
CMYK
RGB Variations
Color information
#AE3C57 (or 0xAE3C57) is known color: Night Shadz. HEX triplet: AE, 3C and 57. RGB value is (174,60,87). Sum of RGB (Red+Green+Blue) = 174+60+87=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3C57 is #51C3A8. Grayscale: #616161. Windows color (decimal): -5358505 or 5717166. OLE color: 5717166.
HSL color Cylindrical-coordinate representation of color #AE3C57: hue angle of 345.79º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE3C57 is Cyan = 0, Magento = 0.66, Yellow = 0.5 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 87 | - |
| CMYK | 0 | 0.66 | 0.5 | 0.32 |
| HSL | 345.79º | 0.49% | 0.46% | - |
| HSV(B) | 345.79º | 0.66% | 0.68% | - |
| XYZ | 20.79 | 12.92 | 10.41 | - |
| YUV | 97.16 | 122.27 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 87 | 0 | 0.66 | 0.5 | 0.32 | 345.79 | 0.49 | 0.46 |
| Hex | AE | 3C | 57 | 0 | 42 | 32 | 20 | 15A | 31 | 2E |
| Octal | 256 | 74 | 127 | 0 | 102 | 62 | 40 | 532 | 61 | 56 |
| Binary | 10101110 | 111100 | 1010111 | 0 | 1000010 | 110010 | 100000 | 101011010 | 110001 | 101110 |
Color Harmonies of #AE3C57
Complementary color
Monochromatic Colors of #AE3C57
Black with #AE3C57
Text Example
Text Example
White with #AE3C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C57; }
p { color: rgb(174,60,87); }
H1.HeaderClassName
{
color: #AE3C57;
}
.AnyTagClassName
{
color: #AE3C57;
}
</style>
background-color css
<style>
a { background-color: #AE3C57; }
a { background-color: rgb(174,60,87); }
div.DivClassName
{
background-color: #AE3C57;
}
.BgClassName
{
background-color: #AE3C57;
}
</style>
border-color css
<style>
span { border-color: #AE3C57; }
span { border-color: rgb(174,60,87); }
td.TdClassName
{
border-color: #AE3C57;
}
.TagClassName
{
border-color: #AE3C57;
}
</style>