Shades of Night Shadz #AA424E
Tints of Night Shadz #AA424E
RGB
CMYK
RGB Variations
Color information
#AA424E (or 0xAA424E) is known color: Night Shadz. HEX triplet: AA, 42 and 4E. RGB value is (170,66,78). Sum of RGB (Red+Green+Blue) = 170+66+78=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA424E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA424E is #55BDB1. Grayscale: #626262. Windows color (decimal): -5619122 or 5128874. OLE color: 5128874.
HSL color Cylindrical-coordinate representation of color #AA424E: hue angle of 353.08º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA424E is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 78 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.33 |
| HSL | 353.08º | 0.44% | 0.46% | - |
| HSV(B) | 353.08º | 0.61% | 0.67% | - |
| XYZ | 19.9 | 12.99 | 8.67 | - |
| YUV | 98.46 | 116.46 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 78 | 0 | 0.61 | 0.54 | 0.33 | 353.08 | 0.44 | 0.46 |
| Hex | AA | 42 | 4E | 0 | 3D | 36 | 21 | 161 | 2C | 2E |
| Octal | 252 | 102 | 116 | 0 | 75 | 66 | 41 | 541 | 54 | 56 |
| Binary | 10101010 | 1000010 | 1001110 | 0 | 111101 | 110110 | 100001 | 101100001 | 101100 | 101110 |
Color Harmonies of #AA424E
Complementary color
Monochromatic Colors of #AA424E
Black with #AA424E
Text Example
Text Example
White with #AA424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA424E; }
p { color: rgb(170,66,78); }
H1.HeaderClassName
{
color: #AA424E;
}
.AnyTagClassName
{
color: #AA424E;
}
</style>
background-color css
<style>
a { background-color: #AA424E; }
a { background-color: rgb(170,66,78); }
div.DivClassName
{
background-color: #AA424E;
}
.BgClassName
{
background-color: #AA424E;
}
</style>
border-color css
<style>
span { border-color: #AA424E; }
span { border-color: rgb(170,66,78); }
td.TdClassName
{
border-color: #AA424E;
}
.TagClassName
{
border-color: #AA424E;
}
</style>