Shades of Night Shadz #AE374D
Tints of Night Shadz #AE374D
RGB
CMYK
RGB Variations
Color information
#AE374D (or 0xAE374D) is known color: Night Shadz. HEX triplet: AE, 37 and 4D. RGB value is (174,55,77). Sum of RGB (Red+Green+Blue) = 174+55+77=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE374D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE374D is #51C8B2. Grayscale: #5D5D5D. Windows color (decimal): -5359795 or 5060526. OLE color: 5060526.
HSL color Cylindrical-coordinate representation of color #AE374D: hue angle of 348.91º 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 #AE374D is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 55 | 77 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.32 |
| HSL | 348.91º | 0.52% | 0.45% | - |
| HSV(B) | 348.91º | 0.68% | 0.68% | - |
| XYZ | 20.16 | 12.27 | 8.33 | - |
| YUV | 93.09 | 118.92 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 55 | 77 | 0 | 0.68 | 0.56 | 0.32 | 348.91 | 0.52 | 0.45 |
| Hex | AE | 37 | 4D | 0 | 44 | 38 | 20 | 15D | 34 | 2D |
| Octal | 256 | 67 | 115 | 0 | 104 | 70 | 40 | 535 | 64 | 55 |
| Binary | 10101110 | 110111 | 1001101 | 0 | 1000100 | 111000 | 100000 | 101011101 | 110100 | 101101 |
Color Harmonies of #AE374D
Complementary color
Monochromatic Colors of #AE374D
Black with #AE374D
Text Example
Text Example
White with #AE374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE374D; }
p { color: rgb(174,55,77); }
H1.HeaderClassName
{
color: #AE374D;
}
.AnyTagClassName
{
color: #AE374D;
}
</style>
background-color css
<style>
a { background-color: #AE374D; }
a { background-color: rgb(174,55,77); }
div.DivClassName
{
background-color: #AE374D;
}
.BgClassName
{
background-color: #AE374D;
}
</style>
border-color css
<style>
span { border-color: #AE374D; }
span { border-color: rgb(174,55,77); }
td.TdClassName
{
border-color: #AE374D;
}
.TagClassName
{
border-color: #AE374D;
}
</style>