Shades of Night Shadz #AE424D
Tints of Night Shadz #AE424D
RGB
CMYK
RGB Variations
Color information
#AE424D (or 0xAE424D) is known color: Night Shadz. HEX triplet: AE, 42 and 4D. RGB value is (174,66,77). Sum of RGB (Red+Green+Blue) = 174+66+77=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE424D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE424D is #51BDB2. Grayscale: #636363. Windows color (decimal): -5356979 or 5063342. OLE color: 5063342.
HSL color Cylindrical-coordinate representation of color #AE424D: hue angle of 353.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE424D is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 66 | 77 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.32 |
| HSL | 353.89º | 0.45% | 0.47% | - |
| HSV(B) | 353.89º | 0.62% | 0.68% | - |
| XYZ | 20.74 | 13.43 | 8.52 | - |
| YUV | 99.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 66 | 77 | 0 | 0.62 | 0.56 | 0.32 | 353.89 | 0.45 | 0.47 |
| Hex | AE | 42 | 4D | 0 | 3E | 38 | 20 | 162 | 2D | 2F |
| Octal | 256 | 102 | 115 | 0 | 76 | 70 | 40 | 542 | 55 | 57 |
| Binary | 10101110 | 1000010 | 1001101 | 0 | 111110 | 111000 | 100000 | 101100010 | 101101 | 101111 |
Color Harmonies of #AE424D
Complementary color
Monochromatic Colors of #AE424D
Black with #AE424D
Text Example
Text Example
White with #AE424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE424D; }
p { color: rgb(174,66,77); }
H1.HeaderClassName
{
color: #AE424D;
}
.AnyTagClassName
{
color: #AE424D;
}
</style>
background-color css
<style>
a { background-color: #AE424D; }
a { background-color: rgb(174,66,77); }
div.DivClassName
{
background-color: #AE424D;
}
.BgClassName
{
background-color: #AE424D;
}
</style>
border-color css
<style>
span { border-color: #AE424D; }
span { border-color: rgb(174,66,77); }
td.TdClassName
{
border-color: #AE424D;
}
.TagClassName
{
border-color: #AE424D;
}
</style>