Shades of Night Shadz #AE3C49
Tints of Night Shadz #AE3C49
RGB
CMYK
RGB Variations
Color information
#AE3C49 (or 0xAE3C49) is known color: Night Shadz. HEX triplet: AE, 3C and 49. RGB value is (174,60,73). Sum of RGB (Red+Green+Blue) = 174+60+73=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3C49 is #51C3B6. Grayscale: #5F5F5F. Windows color (decimal): -5358519 or 4799662. OLE color: 4799662.
HSL color Cylindrical-coordinate representation of color #AE3C49: hue angle of 353.16º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE3C49 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 73 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.32 |
| HSL | 353.16º | 0.49% | 0.46% | - |
| HSV(B) | 353.16º | 0.66% | 0.68% | - |
| XYZ | 20.27 | 12.71 | 7.69 | - |
| YUV | 95.57 | 115.27 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 73 | 0 | 0.66 | 0.58 | 0.32 | 353.16 | 0.49 | 0.46 |
| Hex | AE | 3C | 49 | 0 | 42 | 3A | 20 | 161 | 31 | 2E |
| Octal | 256 | 74 | 111 | 0 | 102 | 72 | 40 | 541 | 61 | 56 |
| Binary | 10101110 | 111100 | 1001001 | 0 | 1000010 | 111010 | 100000 | 101100001 | 110001 | 101110 |
Color Harmonies of #AE3C49
Complementary color
Monochromatic Colors of #AE3C49
Black with #AE3C49
Text Example
Text Example
White with #AE3C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C49; }
p { color: rgb(174,60,73); }
H1.HeaderClassName
{
color: #AE3C49;
}
.AnyTagClassName
{
color: #AE3C49;
}
</style>
background-color css
<style>
a { background-color: #AE3C49; }
a { background-color: rgb(174,60,73); }
div.DivClassName
{
background-color: #AE3C49;
}
.BgClassName
{
background-color: #AE3C49;
}
</style>
border-color css
<style>
span { border-color: #AE3C49; }
span { border-color: rgb(174,60,73); }
td.TdClassName
{
border-color: #AE3C49;
}
.TagClassName
{
border-color: #AE3C49;
}
</style>