Shades of Night Shadz #AA424D
Tints of Night Shadz #AA424D
RGB
CMYK
RGB Variations
Color information
#AA424D (or 0xAA424D) is known color: Night Shadz. HEX triplet: AA, 42 and 4D. RGB value is (170,66,77). Sum of RGB (Red+Green+Blue) = 170+66+77=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA424D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA424D is #55BDB2. Grayscale: #626262. Windows color (decimal): -5619123 or 5063338. OLE color: 5063338.
HSL color Cylindrical-coordinate representation of color #AA424D: hue angle of 353.65º 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 #AA424D is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 77 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.33 |
| HSL | 353.65º | 0.44% | 0.46% | - |
| HSV(B) | 353.65º | 0.61% | 0.67% | - |
| XYZ | 19.87 | 12.98 | 8.48 | - |
| YUV | 98.35 | 115.96 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 77 | 0 | 0.61 | 0.55 | 0.33 | 353.65 | 0.44 | 0.46 |
| Hex | AA | 42 | 4D | 0 | 3D | 37 | 21 | 162 | 2C | 2E |
| Octal | 252 | 102 | 115 | 0 | 75 | 67 | 41 | 542 | 54 | 56 |
| Binary | 10101010 | 1000010 | 1001101 | 0 | 111101 | 110111 | 100001 | 101100010 | 101100 | 101110 |
Color Harmonies of #AA424D
Complementary color
Monochromatic Colors of #AA424D
Black with #AA424D
Text Example
Text Example
White with #AA424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA424D; }
p { color: rgb(170,66,77); }
H1.HeaderClassName
{
color: #AA424D;
}
.AnyTagClassName
{
color: #AA424D;
}
</style>
background-color css
<style>
a { background-color: #AA424D; }
a { background-color: rgb(170,66,77); }
div.DivClassName
{
background-color: #AA424D;
}
.BgClassName
{
background-color: #AA424D;
}
</style>
border-color css
<style>
span { border-color: #AA424D; }
span { border-color: rgb(170,66,77); }
td.TdClassName
{
border-color: #AA424D;
}
.TagClassName
{
border-color: #AA424D;
}
</style>