Shades of Night Shadz #AA4149
Tints of Night Shadz #AA4149
RGB
CMYK
RGB Variations
Color information
#AA4149 (or 0xAA4149) is known color: Night Shadz. HEX triplet: AA, 41 and 49. RGB value is (170,65,73). Sum of RGB (Red+Green+Blue) = 170+65+73=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4149 is #55BEB6. Grayscale: #616161. Windows color (decimal): -5619383 or 4800938. OLE color: 4800938.
HSL color Cylindrical-coordinate representation of color #AA4149: hue angle of 355.43º 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 #AA4149 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 73 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.33 |
| HSL | 355.43º | 0.45% | 0.46% | - |
| HSV(B) | 355.43º | 0.62% | 0.67% | - |
| XYZ | 19.67 | 12.81 | 7.74 | - |
| YUV | 97.31 | 114.29 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 73 | 0 | 0.62 | 0.57 | 0.33 | 355.43 | 0.45 | 0.46 |
| Hex | AA | 41 | 49 | 0 | 3E | 39 | 21 | 163 | 2D | 2E |
| Octal | 252 | 101 | 111 | 0 | 76 | 71 | 41 | 543 | 55 | 56 |
| Binary | 10101010 | 1000001 | 1001001 | 0 | 111110 | 111001 | 100001 | 101100011 | 101101 | 101110 |
Color Harmonies of #AA4149
Complementary color
Monochromatic Colors of #AA4149
Black with #AA4149
Text Example
Text Example
White with #AA4149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4149; }
p { color: rgb(170,65,73); }
H1.HeaderClassName
{
color: #AA4149;
}
.AnyTagClassName
{
color: #AA4149;
}
</style>
background-color css
<style>
a { background-color: #AA4149; }
a { background-color: rgb(170,65,73); }
div.DivClassName
{
background-color: #AA4149;
}
.BgClassName
{
background-color: #AA4149;
}
</style>
border-color css
<style>
span { border-color: #AA4149; }
span { border-color: rgb(170,65,73); }
td.TdClassName
{
border-color: #AA4149;
}
.TagClassName
{
border-color: #AA4149;
}
</style>