Shades of Night Shadz #AE414C
Tints of Night Shadz #AE414C
RGB
CMYK
RGB Variations
Color information
#AE414C (or 0xAE414C) is known color: Night Shadz. HEX triplet: AE, 41 and 4C. RGB value is (174,65,76). Sum of RGB (Red+Green+Blue) = 174+65+76=315 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.24% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 174 - color contains mainly: red. Hex color #AE414C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE414C is #51BEB3. Grayscale: #626262. Windows color (decimal): -5357236 or 4997550. OLE color: 4997550.
HSL color Cylindrical-coordinate representation of color #AE414C: hue angle of 353.94º 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 #AE414C is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 65 | 76 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.32 |
| HSL | 353.94º | 0.46% | 0.47% | - |
| HSV(B) | 353.94º | 0.63% | 0.68% | - |
| XYZ | 20.65 | 13.3 | 8.32 | - |
| YUV | 98.85 | 115.11 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 65 | 76 | 0 | 0.63 | 0.56 | 0.32 | 353.94 | 0.46 | 0.47 |
| Hex | AE | 41 | 4C | 0 | 3F | 38 | 20 | 162 | 2E | 2F |
| Octal | 256 | 101 | 114 | 0 | 77 | 70 | 40 | 542 | 56 | 57 |
| Binary | 10101110 | 1000001 | 1001100 | 0 | 111111 | 111000 | 100000 | 101100010 | 101110 | 101111 |
Color Harmonies of #AE414C
Complementary color
Monochromatic Colors of #AE414C
Black with #AE414C
Text Example
Text Example
White with #AE414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE414C; }
p { color: rgb(174,65,76); }
H1.HeaderClassName
{
color: #AE414C;
}
.AnyTagClassName
{
color: #AE414C;
}
</style>
background-color css
<style>
a { background-color: #AE414C; }
a { background-color: rgb(174,65,76); }
div.DivClassName
{
background-color: #AE414C;
}
.BgClassName
{
background-color: #AE414C;
}
</style>
border-color css
<style>
span { border-color: #AE414C; }
span { border-color: rgb(174,65,76); }
td.TdClassName
{
border-color: #AE414C;
}
.TagClassName
{
border-color: #AE414C;
}
</style>