Shades of Night Shadz #AE404A
Tints of Night Shadz #AE404A
RGB
CMYK
RGB Variations
Color information
#AE404A (or 0xAE404A) is known color: Night Shadz. HEX triplet: AE, 40 and 4A. RGB value is (174,64,74). Sum of RGB (Red+Green+Blue) = 174+64+74=312 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.77% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 174 - color contains mainly: red. Hex color #AE404A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE404A is #51BFB5. Grayscale: #626262. Windows color (decimal): -5357494 or 4866222. OLE color: 4866222.
HSL color Cylindrical-coordinate representation of color #AE404A: hue angle of 354.55º 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 #AE404A is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 64 | 74 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.32 |
| HSL | 354.55º | 0.46% | 0.47% | - |
| HSV(B) | 354.55º | 0.63% | 0.68% | - |
| XYZ | 20.52 | 13.16 | 7.94 | - |
| YUV | 98.03 | 114.44 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 74 | 0 | 0.63 | 0.57 | 0.32 | 354.55 | 0.46 | 0.47 |
| Hex | AE | 40 | 4A | 0 | 3F | 39 | 20 | 163 | 2E | 2F |
| Octal | 256 | 100 | 112 | 0 | 77 | 71 | 40 | 543 | 56 | 57 |
| Binary | 10101110 | 1000000 | 1001010 | 0 | 111111 | 111001 | 100000 | 101100011 | 101110 | 101111 |
Color Harmonies of #AE404A
Complementary color
Monochromatic Colors of #AE404A
Black with #AE404A
Text Example
Text Example
White with #AE404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE404A; }
p { color: rgb(174,64,74); }
H1.HeaderClassName
{
color: #AE404A;
}
.AnyTagClassName
{
color: #AE404A;
}
</style>
background-color css
<style>
a { background-color: #AE404A; }
a { background-color: rgb(174,64,74); }
div.DivClassName
{
background-color: #AE404A;
}
.BgClassName
{
background-color: #AE404A;
}
</style>
border-color css
<style>
span { border-color: #AE404A; }
span { border-color: rgb(174,64,74); }
td.TdClassName
{
border-color: #AE404A;
}
.TagClassName
{
border-color: #AE404A;
}
</style>