Shades of Night Shadz #AE384C
Tints of Night Shadz #AE384C
RGB
CMYK
RGB Variations
Color information
#AE384C (or 0xAE384C) is known color: Night Shadz. HEX triplet: AE, 38 and 4C. RGB value is (174,56,76). Sum of RGB (Red+Green+Blue) = 174+56+76=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE384C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE384C is #51C7B3. Grayscale: #5D5D5D. Windows color (decimal): -5359540 or 4995246. OLE color: 4995246.
HSL color Cylindrical-coordinate representation of color #AE384C: hue angle of 349.83º degrees, saturation: 0.51, 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 #AE384C is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 56 | 76 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.32 |
| HSL | 349.83º | 0.51% | 0.45% | - |
| HSV(B) | 349.83º | 0.68% | 0.68% | - |
| XYZ | 20.17 | 12.35 | 8.16 | - |
| YUV | 93.56 | 118.09 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 56 | 76 | 0 | 0.68 | 0.56 | 0.32 | 349.83 | 0.51 | 0.45 |
| Hex | AE | 38 | 4C | 0 | 44 | 38 | 20 | 15E | 33 | 2D |
| Octal | 256 | 70 | 114 | 0 | 104 | 70 | 40 | 536 | 63 | 55 |
| Binary | 10101110 | 111000 | 1001100 | 0 | 1000100 | 111000 | 100000 | 101011110 | 110011 | 101101 |
Color Harmonies of #AE384C
Complementary color
Monochromatic Colors of #AE384C
Black with #AE384C
Text Example
Text Example
White with #AE384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE384C; }
p { color: rgb(174,56,76); }
H1.HeaderClassName
{
color: #AE384C;
}
.AnyTagClassName
{
color: #AE384C;
}
</style>
background-color css
<style>
a { background-color: #AE384C; }
a { background-color: rgb(174,56,76); }
div.DivClassName
{
background-color: #AE384C;
}
.BgClassName
{
background-color: #AE384C;
}
</style>
border-color css
<style>
span { border-color: #AE384C; }
span { border-color: rgb(174,56,76); }
td.TdClassName
{
border-color: #AE384C;
}
.TagClassName
{
border-color: #AE384C;
}
</style>