Shades of Night Shadz #AA324B
Tints of Night Shadz #AA324B
RGB
CMYK
RGB Variations
Color information
#AA324B (or 0xAA324B) is known color: Night Shadz. HEX triplet: AA, 32 and 4B. RGB value is (170,50,75). Sum of RGB (Red+Green+Blue) = 170+50+75=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA324B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA324B is #55CDB4. Grayscale: #585858. Windows color (decimal): -5623221 or 4928170. OLE color: 4928170.
HSL color Cylindrical-coordinate representation of color #AA324B: hue angle of 347.5º 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 #AA324B is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 75 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.33 |
| HSL | 347.5º | 0.55% | 0.43% | - |
| HSV(B) | 347.5º | 0.71% | 0.67% | - |
| XYZ | 18.99 | 11.34 | 7.84 | - |
| YUV | 88.73 | 120.26 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 75 | 0 | 0.71 | 0.56 | 0.33 | 347.5 | 0.55 | 0.43 |
| Hex | AA | 32 | 4B | 0 | 47 | 38 | 21 | 15C | 37 | 2B |
| Octal | 252 | 62 | 113 | 0 | 107 | 70 | 41 | 534 | 67 | 53 |
| Binary | 10101010 | 110010 | 1001011 | 0 | 1000111 | 111000 | 100001 | 101011100 | 110111 | 101011 |
Color Harmonies of #AA324B
Complementary color
Monochromatic Colors of #AA324B
Black with #AA324B
Text Example
Text Example
White with #AA324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA324B; }
p { color: rgb(170,50,75); }
H1.HeaderClassName
{
color: #AA324B;
}
.AnyTagClassName
{
color: #AA324B;
}
</style>
background-color css
<style>
a { background-color: #AA324B; }
a { background-color: rgb(170,50,75); }
div.DivClassName
{
background-color: #AA324B;
}
.BgClassName
{
background-color: #AA324B;
}
</style>
border-color css
<style>
span { border-color: #AA324B; }
span { border-color: rgb(170,50,75); }
td.TdClassName
{
border-color: #AA324B;
}
.TagClassName
{
border-color: #AA324B;
}
</style>