Shades of Night Shadz #AA334D
Tints of Night Shadz #AA334D
RGB
CMYK
RGB Variations
Color information
#AA334D (or 0xAA334D) is known color: Night Shadz. HEX triplet: AA, 33 and 4D. RGB value is (170,51,77). Sum of RGB (Red+Green+Blue) = 170+51+77=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA334D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA334D is #55CCB2. Grayscale: #595959. Windows color (decimal): -5622963 or 5059498. OLE color: 5059498.
HSL color Cylindrical-coordinate representation of color #AA334D: hue angle of 346.89º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA334D is Cyan = 0, Magento = 0.7, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 51 | 77 | - |
| CMYK | 0 | 0.7 | 0.55 | 0.33 |
| HSL | 346.89º | 0.54% | 0.43% | - |
| HSV(B) | 346.89º | 0.7% | 0.67% | - |
| XYZ | 19.1 | 11.45 | 8.22 | - |
| YUV | 89.55 | 120.92 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 51 | 77 | 0 | 0.7 | 0.55 | 0.33 | 346.89 | 0.54 | 0.43 |
| Hex | AA | 33 | 4D | 0 | 46 | 37 | 21 | 15B | 36 | 2B |
| Octal | 252 | 63 | 115 | 0 | 106 | 67 | 41 | 533 | 66 | 53 |
| Binary | 10101010 | 110011 | 1001101 | 0 | 1000110 | 110111 | 100001 | 101011011 | 110110 | 101011 |
Color Harmonies of #AA334D
Complementary color
Monochromatic Colors of #AA334D
Black with #AA334D
Text Example
Text Example
White with #AA334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA334D; }
p { color: rgb(170,51,77); }
H1.HeaderClassName
{
color: #AA334D;
}
.AnyTagClassName
{
color: #AA334D;
}
</style>
background-color css
<style>
a { background-color: #AA334D; }
a { background-color: rgb(170,51,77); }
div.DivClassName
{
background-color: #AA334D;
}
.BgClassName
{
background-color: #AA334D;
}
</style>
border-color css
<style>
span { border-color: #AA334D; }
span { border-color: rgb(170,51,77); }
td.TdClassName
{
border-color: #AA334D;
}
.TagClassName
{
border-color: #AA334D;
}
</style>