Shades of Night Shadz #AA424C
Tints of Night Shadz #AA424C
RGB
CMYK
RGB Variations
Color information
#AA424C (or 0xAA424C) is known color: Night Shadz. HEX triplet: AA, 42 and 4C. RGB value is (170,66,76). Sum of RGB (Red+Green+Blue) = 170+66+76=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA424C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA424C is #55BDB3. Grayscale: #626262. Windows color (decimal): -5619124 or 4997802. OLE color: 4997802.
HSL color Cylindrical-coordinate representation of color #AA424C: hue angle of 354.23º 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 #AA424C is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 76 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.33 |
| HSL | 354.23º | 0.44% | 0.46% | - |
| HSV(B) | 354.23º | 0.61% | 0.67% | - |
| XYZ | 19.83 | 12.96 | 8.29 | - |
| YUV | 98.24 | 115.46 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 76 | 0 | 0.61 | 0.55 | 0.33 | 354.23 | 0.44 | 0.46 |
| Hex | AA | 42 | 4C | 0 | 3D | 37 | 21 | 162 | 2C | 2E |
| Octal | 252 | 102 | 114 | 0 | 75 | 67 | 41 | 542 | 54 | 56 |
| Binary | 10101010 | 1000010 | 1001100 | 0 | 111101 | 110111 | 100001 | 101100010 | 101100 | 101110 |
Color Harmonies of #AA424C
Complementary color
Monochromatic Colors of #AA424C
Black with #AA424C
Text Example
Text Example
White with #AA424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA424C; }
p { color: rgb(170,66,76); }
H1.HeaderClassName
{
color: #AA424C;
}
.AnyTagClassName
{
color: #AA424C;
}
</style>
background-color css
<style>
a { background-color: #AA424C; }
a { background-color: rgb(170,66,76); }
div.DivClassName
{
background-color: #AA424C;
}
.BgClassName
{
background-color: #AA424C;
}
</style>
border-color css
<style>
span { border-color: #AA424C; }
span { border-color: rgb(170,66,76); }
td.TdClassName
{
border-color: #AA424C;
}
.TagClassName
{
border-color: #AA424C;
}
</style>