Shades of Night Shadz #AE3859
Tints of Night Shadz #AE3859
RGB
CMYK
RGB Variations
Color information
#AE3859 (or 0xAE3859) is known color: Night Shadz. HEX triplet: AE, 38 and 59. RGB value is (174,56,89). Sum of RGB (Red+Green+Blue) = 174+56+89=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3859 is #51C7A6. Grayscale: #5F5F5F. Windows color (decimal): -5359527 or 5847214. OLE color: 5847214.
HSL color Cylindrical-coordinate representation of color #AE3859: hue angle of 343.22º degrees, saturation: 0.51, 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 #AE3859 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 56 | 89 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.32 |
| HSL | 343.22º | 0.51% | 0.45% | - |
| HSV(B) | 343.22º | 0.68% | 0.68% | - |
| XYZ | 20.67 | 12.55 | 10.78 | - |
| YUV | 95.04 | 124.59 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 56 | 89 | 0 | 0.68 | 0.49 | 0.32 | 343.22 | 0.51 | 0.45 |
| Hex | AE | 38 | 59 | 0 | 44 | 31 | 20 | 157 | 33 | 2D |
| Octal | 256 | 70 | 131 | 0 | 104 | 61 | 40 | 527 | 63 | 55 |
| Binary | 10101110 | 111000 | 1011001 | 0 | 1000100 | 110001 | 100000 | 101010111 | 110011 | 101101 |
Color Harmonies of #AE3859
Complementary color
Monochromatic Colors of #AE3859
Black with #AE3859
Text Example
Text Example
White with #AE3859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3859; }
p { color: rgb(174,56,89); }
H1.HeaderClassName
{
color: #AE3859;
}
.AnyTagClassName
{
color: #AE3859;
}
</style>
background-color css
<style>
a { background-color: #AE3859; }
a { background-color: rgb(174,56,89); }
div.DivClassName
{
background-color: #AE3859;
}
.BgClassName
{
background-color: #AE3859;
}
</style>
border-color css
<style>
span { border-color: #AE3859; }
span { border-color: rgb(174,56,89); }
td.TdClassName
{
border-color: #AE3859;
}
.TagClassName
{
border-color: #AE3859;
}
</style>