Shades of Night Shadz #AA365A
Tints of Night Shadz #AA365A
RGB
CMYK
RGB Variations
Color information
#AA365A (or 0xAA365A) is known color: Night Shadz. HEX triplet: AA, 36 and 5A. RGB value is (170,54,90). Sum of RGB (Red+Green+Blue) = 170+54+90=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA365A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA365A is #55C9A5. Grayscale: #5C5C5C. Windows color (decimal): -5622182 or 5912234. OLE color: 5912234.
HSL color Cylindrical-coordinate representation of color #AA365A: hue angle of 341.38º 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 #AA365A is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 90 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.33 |
| HSL | 341.38º | 0.52% | 0.44% | - |
| HSV(B) | 341.38º | 0.68% | 0.67% | - |
| XYZ | 19.74 | 11.92 | 10.93 | - |
| YUV | 92.79 | 126.43 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 90 | 0 | 0.68 | 0.47 | 0.33 | 341.38 | 0.52 | 0.44 |
| Hex | AA | 36 | 5A | 0 | 44 | 2F | 21 | 155 | 34 | 2C |
| Octal | 252 | 66 | 132 | 0 | 104 | 57 | 41 | 525 | 64 | 54 |
| Binary | 10101010 | 110110 | 1011010 | 0 | 1000100 | 101111 | 100001 | 101010101 | 110100 | 101100 |
Color Harmonies of #AA365A
Complementary color
Monochromatic Colors of #AA365A
Black with #AA365A
Text Example
Text Example
White with #AA365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA365A; }
p { color: rgb(170,54,90); }
H1.HeaderClassName
{
color: #AA365A;
}
.AnyTagClassName
{
color: #AA365A;
}
</style>
background-color css
<style>
a { background-color: #AA365A; }
a { background-color: rgb(170,54,90); }
div.DivClassName
{
background-color: #AA365A;
}
.BgClassName
{
background-color: #AA365A;
}
</style>
border-color css
<style>
span { border-color: #AA365A; }
span { border-color: rgb(170,54,90); }
td.TdClassName
{
border-color: #AA365A;
}
.TagClassName
{
border-color: #AA365A;
}
</style>