Shades of Night Shadz #AE3257
Tints of Night Shadz #AE3257
RGB
CMYK
RGB Variations
Color information
#AE3257 (or 0xAE3257) is known color: Night Shadz. HEX triplet: AE, 32 and 57. RGB value is (174,50,87). Sum of RGB (Red+Green+Blue) = 174+50+87=311 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.95% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3257 is #51CDA8. Grayscale: #5B5B5B. Windows color (decimal): -5361065 or 5714606. OLE color: 5714606.
HSL color Cylindrical-coordinate representation of color #AE3257: hue angle of 342.1º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE3257 is Cyan = 0, Magento = 0.71, Yellow = 0.5 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 50 | 87 | - |
| CMYK | 0 | 0.71 | 0.5 | 0.32 |
| HSL | 342.1º | 0.55% | 0.44% | - |
| HSV(B) | 342.1º | 0.71% | 0.68% | - |
| XYZ | 20.32 | 11.97 | 10.26 | - |
| YUV | 91.29 | 125.58 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 87 | 0 | 0.71 | 0.5 | 0.32 | 342.1 | 0.55 | 0.44 |
| Hex | AE | 32 | 57 | 0 | 47 | 32 | 20 | 156 | 37 | 2C |
| Octal | 256 | 62 | 127 | 0 | 107 | 62 | 40 | 526 | 67 | 54 |
| Binary | 10101110 | 110010 | 1010111 | 0 | 1000111 | 110010 | 100000 | 101010110 | 110111 | 101100 |
Color Harmonies of #AE3257
Complementary color
Monochromatic Colors of #AE3257
Black with #AE3257
Text Example
Text Example
White with #AE3257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3257; }
p { color: rgb(174,50,87); }
H1.HeaderClassName
{
color: #AE3257;
}
.AnyTagClassName
{
color: #AE3257;
}
</style>
background-color css
<style>
a { background-color: #AE3257; }
a { background-color: rgb(174,50,87); }
div.DivClassName
{
background-color: #AE3257;
}
.BgClassName
{
background-color: #AE3257;
}
</style>
border-color css
<style>
span { border-color: #AE3257; }
span { border-color: rgb(174,50,87); }
td.TdClassName
{
border-color: #AE3257;
}
.TagClassName
{
border-color: #AE3257;
}
</style>