Shades of Night Shadz #AE4049
Tints of Night Shadz #AE4049
RGB
CMYK
RGB Variations
Color information
#AE4049 (or 0xAE4049) is known color: Night Shadz. HEX triplet: AE, 40 and 49. RGB value is (174,64,73). Sum of RGB (Red+Green+Blue) = 174+64+73=311 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.95% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4049 is #51BFB6. Grayscale: #616161. Windows color (decimal): -5357495 or 4800686. OLE color: 4800686.
HSL color Cylindrical-coordinate representation of color #AE4049: hue angle of 355.09º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE4049 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 64 | 73 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.32 |
| HSL | 355.09º | 0.46% | 0.47% | - |
| HSV(B) | 355.09º | 0.63% | 0.68% | - |
| XYZ | 20.49 | 13.15 | 7.76 | - |
| YUV | 97.92 | 113.94 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 73 | 0 | 0.63 | 0.58 | 0.32 | 355.09 | 0.46 | 0.47 |
| Hex | AE | 40 | 49 | 0 | 3F | 3A | 20 | 163 | 2E | 2F |
| Octal | 256 | 100 | 111 | 0 | 77 | 72 | 40 | 543 | 56 | 57 |
| Binary | 10101110 | 1000000 | 1001001 | 0 | 111111 | 111010 | 100000 | 101100011 | 101110 | 101111 |
Color Harmonies of #AE4049
Complementary color
Monochromatic Colors of #AE4049
Black with #AE4049
Text Example
Text Example
White with #AE4049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4049; }
p { color: rgb(174,64,73); }
H1.HeaderClassName
{
color: #AE4049;
}
.AnyTagClassName
{
color: #AE4049;
}
</style>
background-color css
<style>
a { background-color: #AE4049; }
a { background-color: rgb(174,64,73); }
div.DivClassName
{
background-color: #AE4049;
}
.BgClassName
{
background-color: #AE4049;
}
</style>
border-color css
<style>
span { border-color: #AE4049; }
span { border-color: rgb(174,64,73); }
td.TdClassName
{
border-color: #AE4049;
}
.TagClassName
{
border-color: #AE4049;
}
</style>