Shades of Night Shadz #AA3740
Tints of Night Shadz #AA3740
RGB
CMYK
RGB Variations
Color information
#AA3740 (or 0xAA3740) is known color: Night Shadz. HEX triplet: AA, 37 and 40. RGB value is (170,55,64). Sum of RGB (Red+Green+Blue) = 170+55+64=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3740 is #55C8BF. Grayscale: #5A5A5A. Windows color (decimal): -5621952 or 4208554. OLE color: 4208554.
HSL color Cylindrical-coordinate representation of color #AA3740: hue angle of 355.3º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA3740 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 64 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.33 |
| HSL | 355.3º | 0.51% | 0.44% | - |
| HSV(B) | 355.3º | 0.68% | 0.67% | - |
| XYZ | 18.87 | 11.65 | 6.1 | - |
| YUV | 90.41 | 113.1 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 64 | 0 | 0.68 | 0.62 | 0.33 | 355.3 | 0.51 | 0.44 |
| Hex | AA | 37 | 40 | 0 | 44 | 3E | 21 | 163 | 33 | 2C |
| Octal | 252 | 67 | 100 | 0 | 104 | 76 | 41 | 543 | 63 | 54 |
| Binary | 10101010 | 110111 | 1000000 | 0 | 1000100 | 111110 | 100001 | 101100011 | 110011 | 101100 |
Color Harmonies of #AA3740
Complementary color
Monochromatic Colors of #AA3740
Black with #AA3740
Text Example
Text Example
White with #AA3740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3740; }
p { color: rgb(170,55,64); }
H1.HeaderClassName
{
color: #AA3740;
}
.AnyTagClassName
{
color: #AA3740;
}
</style>
background-color css
<style>
a { background-color: #AA3740; }
a { background-color: rgb(170,55,64); }
div.DivClassName
{
background-color: #AA3740;
}
.BgClassName
{
background-color: #AA3740;
}
</style>
border-color css
<style>
span { border-color: #AA3740; }
span { border-color: rgb(170,55,64); }
td.TdClassName
{
border-color: #AA3740;
}
.TagClassName
{
border-color: #AA3740;
}
</style>