Shades of Night Shadz #AE374B
Tints of Night Shadz #AE374B
RGB
CMYK
RGB Variations
Color information
#AE374B (or 0xAE374B) is known color: Night Shadz. HEX triplet: AE, 37 and 4B. RGB value is (174,55,75). Sum of RGB (Red+Green+Blue) = 174+55+75=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE374B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE374B is #51C8B4. Grayscale: #5C5C5C. Windows color (decimal): -5359797 or 4929454. OLE color: 4929454.
HSL color Cylindrical-coordinate representation of color #AE374B: hue angle of 349.92º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE374B is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 55 | 75 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.32 |
| HSL | 349.92º | 0.52% | 0.45% | - |
| HSV(B) | 349.92º | 0.68% | 0.68% | - |
| XYZ | 20.09 | 12.24 | 7.96 | - |
| YUV | 92.86 | 117.92 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 55 | 75 | 0 | 0.68 | 0.57 | 0.32 | 349.92 | 0.52 | 0.45 |
| Hex | AE | 37 | 4B | 0 | 44 | 39 | 20 | 15E | 34 | 2D |
| Octal | 256 | 67 | 113 | 0 | 104 | 71 | 40 | 536 | 64 | 55 |
| Binary | 10101110 | 110111 | 1001011 | 0 | 1000100 | 111001 | 100000 | 101011110 | 110100 | 101101 |
Color Harmonies of #AE374B
Complementary color
Monochromatic Colors of #AE374B
Black with #AE374B
Text Example
Text Example
White with #AE374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE374B; }
p { color: rgb(174,55,75); }
H1.HeaderClassName
{
color: #AE374B;
}
.AnyTagClassName
{
color: #AE374B;
}
</style>
background-color css
<style>
a { background-color: #AE374B; }
a { background-color: rgb(174,55,75); }
div.DivClassName
{
background-color: #AE374B;
}
.BgClassName
{
background-color: #AE374B;
}
</style>
border-color css
<style>
span { border-color: #AE374B; }
span { border-color: rgb(174,55,75); }
td.TdClassName
{
border-color: #AE374B;
}
.TagClassName
{
border-color: #AE374B;
}
</style>