Shades of Night Shadz #AA4050
Tints of Night Shadz #AA4050
RGB
CMYK
RGB Variations
Color information
#AA4050 (or 0xAA4050) is known color: Night Shadz. HEX triplet: AA, 40 and 50. RGB value is (170,64,80). Sum of RGB (Red+Green+Blue) = 170+64+80=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4050 is #55BFAF. Grayscale: #616161. Windows color (decimal): -5619632 or 5259434. OLE color: 5259434.
HSL color Cylindrical-coordinate representation of color #AA4050: hue angle of 350.94º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4050 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 80 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.33 |
| HSL | 350.94º | 0.45% | 0.46% | - |
| HSV(B) | 350.94º | 0.62% | 0.67% | - |
| XYZ | 19.86 | 12.79 | 9.01 | - |
| YUV | 97.52 | 118.12 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 80 | 0 | 0.62 | 0.53 | 0.33 | 350.94 | 0.45 | 0.46 |
| Hex | AA | 40 | 50 | 0 | 3E | 35 | 21 | 15F | 2D | 2E |
| Octal | 252 | 100 | 120 | 0 | 76 | 65 | 41 | 537 | 55 | 56 |
| Binary | 10101010 | 1000000 | 1010000 | 0 | 111110 | 110101 | 100001 | 101011111 | 101101 | 101110 |
Color Harmonies of #AA4050
Complementary color
Monochromatic Colors of #AA4050
Black with #AA4050
Text Example
Text Example
White with #AA4050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4050; }
p { color: rgb(170,64,80); }
H1.HeaderClassName
{
color: #AA4050;
}
.AnyTagClassName
{
color: #AA4050;
}
</style>
background-color css
<style>
a { background-color: #AA4050; }
a { background-color: rgb(170,64,80); }
div.DivClassName
{
background-color: #AA4050;
}
.BgClassName
{
background-color: #AA4050;
}
</style>
border-color css
<style>
span { border-color: #AA4050; }
span { border-color: rgb(170,64,80); }
td.TdClassName
{
border-color: #AA4050;
}
.TagClassName
{
border-color: #AA4050;
}
</style>