Shades of Night Shadz #AA414C
Tints of Night Shadz #AA414C
RGB
CMYK
RGB Variations
Color information
#AA414C (or 0xAA414C) is known color: Night Shadz. HEX triplet: AA, 41 and 4C. RGB value is (170,65,76). Sum of RGB (Red+Green+Blue) = 170+65+76=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA414C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA414C is #55BEB3. Grayscale: #616161. Windows color (decimal): -5619380 or 4997546. OLE color: 4997546.
HSL color Cylindrical-coordinate representation of color #AA414C: hue angle of 353.71º 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 #AA414C is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 76 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.33 |
| HSL | 353.71º | 0.45% | 0.46% | - |
| HSV(B) | 353.71º | 0.62% | 0.67% | - |
| XYZ | 19.77 | 12.85 | 8.28 | - |
| YUV | 97.65 | 115.79 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 76 | 0 | 0.62 | 0.55 | 0.33 | 353.71 | 0.45 | 0.46 |
| Hex | AA | 41 | 4C | 0 | 3E | 37 | 21 | 162 | 2D | 2E |
| Octal | 252 | 101 | 114 | 0 | 76 | 67 | 41 | 542 | 55 | 56 |
| Binary | 10101010 | 1000001 | 1001100 | 0 | 111110 | 110111 | 100001 | 101100010 | 101101 | 101110 |
Color Harmonies of #AA414C
Complementary color
Monochromatic Colors of #AA414C
Black with #AA414C
Text Example
Text Example
White with #AA414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA414C; }
p { color: rgb(170,65,76); }
H1.HeaderClassName
{
color: #AA414C;
}
.AnyTagClassName
{
color: #AA414C;
}
</style>
background-color css
<style>
a { background-color: #AA414C; }
a { background-color: rgb(170,65,76); }
div.DivClassName
{
background-color: #AA414C;
}
.BgClassName
{
background-color: #AA414C;
}
</style>
border-color css
<style>
span { border-color: #AA414C; }
span { border-color: rgb(170,65,76); }
td.TdClassName
{
border-color: #AA414C;
}
.TagClassName
{
border-color: #AA414C;
}
</style>