Shades of Night Shadz #AA324A
Tints of Night Shadz #AA324A
RGB
CMYK
RGB Variations
Color information
#AA324A (or 0xAA324A) is known color: Night Shadz. HEX triplet: AA, 32 and 4A. RGB value is (170,50,74). Sum of RGB (Red+Green+Blue) = 170+50+74=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA324A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA324A is #55CDB5. Grayscale: #585858. Windows color (decimal): -5623222 or 4862634. OLE color: 4862634.
HSL color Cylindrical-coordinate representation of color #AA324A: hue angle of 348º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA324A is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 74 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.33 |
| HSL | 348º | 0.55% | 0.43% | - |
| HSV(B) | 348º | 0.71% | 0.67% | - |
| XYZ | 18.95 | 11.32 | 7.66 | - |
| YUV | 88.62 | 119.76 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 74 | 0 | 0.71 | 0.56 | 0.33 | 348 | 0.55 | 0.43 |
| Hex | AA | 32 | 4A | 0 | 47 | 38 | 21 | 15C | 37 | 2B |
| Octal | 252 | 62 | 112 | 0 | 107 | 70 | 41 | 534 | 67 | 53 |
| Binary | 10101010 | 110010 | 1001010 | 0 | 1000111 | 111000 | 100001 | 101011100 | 110111 | 101011 |
Color Harmonies of #AA324A
Complementary color
Monochromatic Colors of #AA324A
Black with #AA324A
Text Example
Text Example
White with #AA324A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA324A; }
p { color: rgb(170,50,74); }
H1.HeaderClassName
{
color: #AA324A;
}
.AnyTagClassName
{
color: #AA324A;
}
</style>
background-color css
<style>
a { background-color: #AA324A; }
a { background-color: rgb(170,50,74); }
div.DivClassName
{
background-color: #AA324A;
}
.BgClassName
{
background-color: #AA324A;
}
</style>
border-color css
<style>
span { border-color: #AA324A; }
span { border-color: rgb(170,50,74); }
td.TdClassName
{
border-color: #AA324A;
}
.TagClassName
{
border-color: #AA324A;
}
</style>