Shades of Night Shadz #AA364B
Tints of Night Shadz #AA364B
RGB
CMYK
RGB Variations
Color information
#AA364B (or 0xAA364B) is known color: Night Shadz. HEX triplet: AA, 36 and 4B. RGB value is (170,54,75). Sum of RGB (Red+Green+Blue) = 170+54+75=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA364B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA364B is #55C9B4. Grayscale: #5B5B5B. Windows color (decimal): -5622197 or 4929194. OLE color: 4929194.
HSL color Cylindrical-coordinate representation of color #AA364B: hue angle of 349.14º 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 #AA364B is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 75 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.33 |
| HSL | 349.14º | 0.52% | 0.44% | - |
| HSV(B) | 349.14º | 0.68% | 0.67% | - |
| XYZ | 19.17 | 11.69 | 7.9 | - |
| YUV | 91.08 | 118.93 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 75 | 0 | 0.68 | 0.56 | 0.33 | 349.14 | 0.52 | 0.44 |
| Hex | AA | 36 | 4B | 0 | 44 | 38 | 21 | 15D | 34 | 2C |
| Octal | 252 | 66 | 113 | 0 | 104 | 70 | 41 | 535 | 64 | 54 |
| Binary | 10101010 | 110110 | 1001011 | 0 | 1000100 | 111000 | 100001 | 101011101 | 110100 | 101100 |
Color Harmonies of #AA364B
Complementary color
Monochromatic Colors of #AA364B
Black with #AA364B
Text Example
Text Example
White with #AA364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA364B; }
p { color: rgb(170,54,75); }
H1.HeaderClassName
{
color: #AA364B;
}
.AnyTagClassName
{
color: #AA364B;
}
</style>
background-color css
<style>
a { background-color: #AA364B; }
a { background-color: rgb(170,54,75); }
div.DivClassName
{
background-color: #AA364B;
}
.BgClassName
{
background-color: #AA364B;
}
</style>
border-color css
<style>
span { border-color: #AA364B; }
span { border-color: rgb(170,54,75); }
td.TdClassName
{
border-color: #AA364B;
}
.TagClassName
{
border-color: #AA364B;
}
</style>