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