Shades of Night Shadz #AA385A
Tints of Night Shadz #AA385A
RGB
CMYK
RGB Variations
Color information
#AA385A (or 0xAA385A) is known color: Night Shadz. HEX triplet: AA, 38 and 5A. RGB value is (170,56,90). Sum of RGB (Red+Green+Blue) = 170+56+90=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA385A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA385A is #55C7A5. Grayscale: #5D5D5D. Windows color (decimal): -5621670 or 5912746. OLE color: 5912746.
HSL color Cylindrical-coordinate representation of color #AA385A: hue angle of 342.11º 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 #AA385A is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 90 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.33 |
| HSL | 342.11º | 0.5% | 0.44% | - |
| HSV(B) | 342.11º | 0.67% | 0.67% | - |
| XYZ | 19.84 | 12.11 | 10.97 | - |
| YUV | 93.96 | 125.77 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 90 | 0 | 0.67 | 0.47 | 0.33 | 342.11 | 0.5 | 0.44 |
| Hex | AA | 38 | 5A | 0 | 43 | 2F | 21 | 156 | 32 | 2C |
| Octal | 252 | 70 | 132 | 0 | 103 | 57 | 41 | 526 | 62 | 54 |
| Binary | 10101010 | 111000 | 1011010 | 0 | 1000011 | 101111 | 100001 | 101010110 | 110010 | 101100 |
Color Harmonies of #AA385A
Complementary color
Monochromatic Colors of #AA385A
Black with #AA385A
Text Example
Text Example
White with #AA385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA385A; }
p { color: rgb(170,56,90); }
H1.HeaderClassName
{
color: #AA385A;
}
.AnyTagClassName
{
color: #AA385A;
}
</style>
background-color css
<style>
a { background-color: #AA385A; }
a { background-color: rgb(170,56,90); }
div.DivClassName
{
background-color: #AA385A;
}
.BgClassName
{
background-color: #AA385A;
}
</style>
border-color css
<style>
span { border-color: #AA385A; }
span { border-color: rgb(170,56,90); }
td.TdClassName
{
border-color: #AA385A;
}
.TagClassName
{
border-color: #AA385A;
}
</style>