Shades of Night Shadz #AE3C4E
Tints of Night Shadz #AE3C4E
RGB
CMYK
RGB Variations
Color information
#AE3C4E (or 0xAE3C4E) is known color: Night Shadz. HEX triplet: AE, 3C and 4E. RGB value is (174,60,78). Sum of RGB (Red+Green+Blue) = 174+60+78=312 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.77% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3C4E is #51C3B1. Grayscale: #606060. Windows color (decimal): -5358514 or 5127342. OLE color: 5127342.
HSL color Cylindrical-coordinate representation of color #AE3C4E: hue angle of 350.53º 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 #AE3C4E is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 78 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.32 |
| HSL | 350.53º | 0.49% | 0.46% | - |
| HSV(B) | 350.53º | 0.66% | 0.68% | - |
| XYZ | 20.45 | 12.78 | 8.6 | - |
| YUV | 96.14 | 117.77 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 78 | 0 | 0.66 | 0.55 | 0.32 | 350.53 | 0.49 | 0.46 |
| Hex | AE | 3C | 4E | 0 | 42 | 37 | 20 | 15F | 31 | 2E |
| Octal | 256 | 74 | 116 | 0 | 102 | 67 | 40 | 537 | 61 | 56 |
| Binary | 10101110 | 111100 | 1001110 | 0 | 1000010 | 110111 | 100000 | 101011111 | 110001 | 101110 |
Color Harmonies of #AE3C4E
Complementary color
Monochromatic Colors of #AE3C4E
Black with #AE3C4E
Text Example
Text Example
White with #AE3C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C4E; }
p { color: rgb(174,60,78); }
H1.HeaderClassName
{
color: #AE3C4E;
}
.AnyTagClassName
{
color: #AE3C4E;
}
</style>
background-color css
<style>
a { background-color: #AE3C4E; }
a { background-color: rgb(174,60,78); }
div.DivClassName
{
background-color: #AE3C4E;
}
.BgClassName
{
background-color: #AE3C4E;
}
</style>
border-color css
<style>
span { border-color: #AE3C4E; }
span { border-color: rgb(174,60,78); }
td.TdClassName
{
border-color: #AE3C4E;
}
.TagClassName
{
border-color: #AE3C4E;
}
</style>