Shades of Night Shadz #AA4155
Tints of Night Shadz #AA4155
RGB
CMYK
RGB Variations
Color information
#AA4155 (or 0xAA4155) is known color: Night Shadz. HEX triplet: AA, 41 and 55. RGB value is (170,65,85). Sum of RGB (Red+Green+Blue) = 170+65+85=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4155 is #55BEAA. Grayscale: #626262. Windows color (decimal): -5619371 or 5587370. OLE color: 5587370.
HSL color Cylindrical-coordinate representation of color #AA4155: hue angle of 348.57º 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 #AA4155 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 85 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.33 |
| HSL | 348.57º | 0.45% | 0.46% | - |
| HSV(B) | 348.57º | 0.62% | 0.67% | - |
| XYZ | 20.11 | 12.98 | 10.04 | - |
| YUV | 98.68 | 120.29 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 85 | 0 | 0.62 | 0.50 | 0.33 | 348.57 | 0.45 | 0.46 |
| Hex | AA | 41 | 55 | 0 | 3E | 32 | 21 | 15D | 2D | 2E |
| Octal | 252 | 101 | 125 | 0 | 76 | 62 | 41 | 535 | 55 | 56 |
| Binary | 10101010 | 1000001 | 1010101 | 0 | 111110 | 110010 | 100001 | 101011101 | 101101 | 101110 |
Color Harmonies of #AA4155
Complementary color
Monochromatic Colors of #AA4155
Black with #AA4155
Text Example
Text Example
White with #AA4155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4155; }
p { color: rgb(170,65,85); }
H1.HeaderClassName
{
color: #AA4155;
}
.AnyTagClassName
{
color: #AA4155;
}
</style>
background-color css
<style>
a { background-color: #AA4155; }
a { background-color: rgb(170,65,85); }
div.DivClassName
{
background-color: #AA4155;
}
.BgClassName
{
background-color: #AA4155;
}
</style>
border-color css
<style>
span { border-color: #AA4155; }
span { border-color: rgb(170,65,85); }
td.TdClassName
{
border-color: #AA4155;
}
.TagClassName
{
border-color: #AA4155;
}
</style>