Shades of Night Shadz #AE424B
Tints of Night Shadz #AE424B
RGB
CMYK
RGB Variations
Color information
#AE424B (or 0xAE424B) is known color: Night Shadz. HEX triplet: AE, 42 and 4B. RGB value is (174,66,75). Sum of RGB (Red+Green+Blue) = 174+66+75=315 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.24% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 174 - color contains mainly: red. Hex color #AE424B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE424B is #51BDB4. Grayscale: #636363. Windows color (decimal): -5356981 or 4932270. OLE color: 4932270.
HSL color Cylindrical-coordinate representation of color #AE424B: hue angle of 355º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE424B is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 66 | 75 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.32 |
| HSL | 355º | 0.45% | 0.47% | - |
| HSV(B) | 355º | 0.62% | 0.68% | - |
| XYZ | 20.67 | 13.4 | 8.15 | - |
| YUV | 99.32 | 114.28 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 66 | 75 | 0 | 0.62 | 0.57 | 0.32 | 355 | 0.45 | 0.47 |
| Hex | AE | 42 | 4B | 0 | 3E | 39 | 20 | 163 | 2D | 2F |
| Octal | 256 | 102 | 113 | 0 | 76 | 71 | 40 | 543 | 55 | 57 |
| Binary | 10101110 | 1000010 | 1001011 | 0 | 111110 | 111001 | 100000 | 101100011 | 101101 | 101111 |
Color Harmonies of #AE424B
Complementary color
Monochromatic Colors of #AE424B
Black with #AE424B
Text Example
Text Example
White with #AE424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE424B; }
p { color: rgb(174,66,75); }
H1.HeaderClassName
{
color: #AE424B;
}
.AnyTagClassName
{
color: #AE424B;
}
</style>
background-color css
<style>
a { background-color: #AE424B; }
a { background-color: rgb(174,66,75); }
div.DivClassName
{
background-color: #AE424B;
}
.BgClassName
{
background-color: #AE424B;
}
</style>
border-color css
<style>
span { border-color: #AE424B; }
span { border-color: rgb(174,66,75); }
td.TdClassName
{
border-color: #AE424B;
}
.TagClassName
{
border-color: #AE424B;
}
</style>