Shades of Night Shadz #AA344A
Tints of Night Shadz #AA344A
RGB
CMYK
RGB Variations
Color information
#AA344A (or 0xAA344A) is known color: Night Shadz. HEX triplet: AA, 34 and 4A. RGB value is (170,52,74). Sum of RGB (Red+Green+Blue) = 170+52+74=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA344A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA344A is #55CBB5. Grayscale: #595959. Windows color (decimal): -5622710 or 4863146. OLE color: 4863146.
HSL color Cylindrical-coordinate representation of color #AA344A: hue angle of 348.81º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA344A is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 74 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.33 |
| HSL | 348.81º | 0.53% | 0.44% | - |
| HSV(B) | 348.81º | 0.69% | 0.67% | - |
| XYZ | 19.04 | 11.5 | 7.69 | - |
| YUV | 89.79 | 119.09 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 74 | 0 | 0.69 | 0.56 | 0.33 | 348.81 | 0.53 | 0.44 |
| Hex | AA | 34 | 4A | 0 | 45 | 38 | 21 | 15D | 35 | 2C |
| Octal | 252 | 64 | 112 | 0 | 105 | 70 | 41 | 535 | 65 | 54 |
| Binary | 10101010 | 110100 | 1001010 | 0 | 1000101 | 111000 | 100001 | 101011101 | 110101 | 101100 |
Color Harmonies of #AA344A
Complementary color
Monochromatic Colors of #AA344A
Black with #AA344A
Text Example
Text Example
White with #AA344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA344A; }
p { color: rgb(170,52,74); }
H1.HeaderClassName
{
color: #AA344A;
}
.AnyTagClassName
{
color: #AA344A;
}
</style>
background-color css
<style>
a { background-color: #AA344A; }
a { background-color: rgb(170,52,74); }
div.DivClassName
{
background-color: #AA344A;
}
.BgClassName
{
background-color: #AA344A;
}
</style>
border-color css
<style>
span { border-color: #AA344A; }
span { border-color: rgb(170,52,74); }
td.TdClassName
{
border-color: #AA344A;
}
.TagClassName
{
border-color: #AA344A;
}
</style>