Shades of Night Shadz #AA384E
Tints of Night Shadz #AA384E
RGB
CMYK
RGB Variations
Color information
#AA384E (or 0xAA384E) is known color: Night Shadz. HEX triplet: AA, 38 and 4E. RGB value is (170,56,78). Sum of RGB (Red+Green+Blue) = 170+56+78=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA384E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA384E is #55C7B1. Grayscale: #5C5C5C. Windows color (decimal): -5621682 or 5126314. OLE color: 5126314.
HSL color Cylindrical-coordinate representation of color #AA384E: hue angle of 348.42º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA384E is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 78 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.33 |
| HSL | 348.42º | 0.5% | 0.44% | - |
| HSV(B) | 348.42º | 0.67% | 0.67% | - |
| XYZ | 19.37 | 11.92 | 8.49 | - |
| YUV | 92.59 | 119.77 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 78 | 0 | 0.67 | 0.54 | 0.33 | 348.42 | 0.5 | 0.44 |
| Hex | AA | 38 | 4E | 0 | 43 | 36 | 21 | 15C | 32 | 2C |
| Octal | 252 | 70 | 116 | 0 | 103 | 66 | 41 | 534 | 62 | 54 |
| Binary | 10101010 | 111000 | 1001110 | 0 | 1000011 | 110110 | 100001 | 101011100 | 110010 | 101100 |
Color Harmonies of #AA384E
Complementary color
Monochromatic Colors of #AA384E
Black with #AA384E
Text Example
Text Example
White with #AA384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA384E; }
p { color: rgb(170,56,78); }
H1.HeaderClassName
{
color: #AA384E;
}
.AnyTagClassName
{
color: #AA384E;
}
</style>
background-color css
<style>
a { background-color: #AA384E; }
a { background-color: rgb(170,56,78); }
div.DivClassName
{
background-color: #AA384E;
}
.BgClassName
{
background-color: #AA384E;
}
</style>
border-color css
<style>
span { border-color: #AA384E; }
span { border-color: rgb(170,56,78); }
td.TdClassName
{
border-color: #AA384E;
}
.TagClassName
{
border-color: #AA384E;
}
</style>