Shades of Night Shadz #AE374E
Tints of Night Shadz #AE374E
RGB
CMYK
RGB Variations
Color information
#AE374E (or 0xAE374E) is known color: Night Shadz. HEX triplet: AE, 37 and 4E. RGB value is (174,55,78). Sum of RGB (Red+Green+Blue) = 174+55+78=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE374E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE374E is #51C8B1. Grayscale: #5D5D5D. Windows color (decimal): -5359794 or 5126062. OLE color: 5126062.
HSL color Cylindrical-coordinate representation of color #AE374E: hue angle of 348.4º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE374E is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 55 | 78 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.32 |
| HSL | 348.4º | 0.52% | 0.45% | - |
| HSV(B) | 348.4º | 0.68% | 0.68% | - |
| XYZ | 20.2 | 12.28 | 8.51 | - |
| YUV | 93.2 | 119.42 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 55 | 78 | 0 | 0.68 | 0.55 | 0.32 | 348.4 | 0.52 | 0.45 |
| Hex | AE | 37 | 4E | 0 | 44 | 37 | 20 | 15C | 34 | 2D |
| Octal | 256 | 67 | 116 | 0 | 104 | 67 | 40 | 534 | 64 | 55 |
| Binary | 10101110 | 110111 | 1001110 | 0 | 1000100 | 110111 | 100000 | 101011100 | 110100 | 101101 |
Color Harmonies of #AE374E
Complementary color
Monochromatic Colors of #AE374E
Black with #AE374E
Text Example
Text Example
White with #AE374E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE374E; }
p { color: rgb(174,55,78); }
H1.HeaderClassName
{
color: #AE374E;
}
.AnyTagClassName
{
color: #AE374E;
}
</style>
background-color css
<style>
a { background-color: #AE374E; }
a { background-color: rgb(174,55,78); }
div.DivClassName
{
background-color: #AE374E;
}
.BgClassName
{
background-color: #AE374E;
}
</style>
border-color css
<style>
span { border-color: #AE374E; }
span { border-color: rgb(174,55,78); }
td.TdClassName
{
border-color: #AE374E;
}
.TagClassName
{
border-color: #AE374E;
}
</style>