Shades of Night Shadz #AA364D
Tints of Night Shadz #AA364D
RGB
CMYK
RGB Variations
Color information
#AA364D (or 0xAA364D) is known color: Night Shadz. HEX triplet: AA, 36 and 4D. RGB value is (170,54,77). Sum of RGB (Red+Green+Blue) = 170+54+77=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA364D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA364D is #55C9B2. Grayscale: #5B5B5B. Windows color (decimal): -5622195 or 5060266. OLE color: 5060266.
HSL color Cylindrical-coordinate representation of color #AA364D: hue angle of 348.1º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA364D is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 77 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.33 |
| HSL | 348.1º | 0.52% | 0.44% | - |
| HSV(B) | 348.1º | 0.68% | 0.67% | - |
| XYZ | 19.24 | 11.72 | 8.27 | - |
| YUV | 91.31 | 119.93 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 77 | 0 | 0.68 | 0.55 | 0.33 | 348.1 | 0.52 | 0.44 |
| Hex | AA | 36 | 4D | 0 | 44 | 37 | 21 | 15C | 34 | 2C |
| Octal | 252 | 66 | 115 | 0 | 104 | 67 | 41 | 534 | 64 | 54 |
| Binary | 10101010 | 110110 | 1001101 | 0 | 1000100 | 110111 | 100001 | 101011100 | 110100 | 101100 |
Color Harmonies of #AA364D
Complementary color
Monochromatic Colors of #AA364D
Black with #AA364D
Text Example
Text Example
White with #AA364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA364D; }
p { color: rgb(170,54,77); }
H1.HeaderClassName
{
color: #AA364D;
}
.AnyTagClassName
{
color: #AA364D;
}
</style>
background-color css
<style>
a { background-color: #AA364D; }
a { background-color: rgb(170,54,77); }
div.DivClassName
{
background-color: #AA364D;
}
.BgClassName
{
background-color: #AA364D;
}
</style>
border-color css
<style>
span { border-color: #AA364D; }
span { border-color: rgb(170,54,77); }
td.TdClassName
{
border-color: #AA364D;
}
.TagClassName
{
border-color: #AA364D;
}
</style>