Shades of Night Shadz #AA3759
Tints of Night Shadz #AA3759
RGB
CMYK
RGB Variations
Color information
#AA3759 (or 0xAA3759) is known color: Night Shadz. HEX triplet: AA, 37 and 59. RGB value is (170,55,89). Sum of RGB (Red+Green+Blue) = 170+55+89=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3759 is #55C8A6. Grayscale: #5D5D5D. Windows color (decimal): -5621927 or 5846954. OLE color: 5846954.
HSL color Cylindrical-coordinate representation of color #AA3759: hue angle of 342.26º 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 #AA3759 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 89 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.33 |
| HSL | 342.26º | 0.51% | 0.44% | - |
| HSV(B) | 342.26º | 0.68% | 0.67% | - |
| XYZ | 19.75 | 12 | 10.73 | - |
| YUV | 93.26 | 125.6 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 89 | 0 | 0.68 | 0.48 | 0.33 | 342.26 | 0.51 | 0.44 |
| Hex | AA | 37 | 59 | 0 | 44 | 30 | 21 | 156 | 33 | 2C |
| Octal | 252 | 67 | 131 | 0 | 104 | 60 | 41 | 526 | 63 | 54 |
| Binary | 10101010 | 110111 | 1011001 | 0 | 1000100 | 110000 | 100001 | 101010110 | 110011 | 101100 |
Color Harmonies of #AA3759
Complementary color
Monochromatic Colors of #AA3759
Black with #AA3759
Text Example
Text Example
White with #AA3759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3759; }
p { color: rgb(170,55,89); }
H1.HeaderClassName
{
color: #AA3759;
}
.AnyTagClassName
{
color: #AA3759;
}
</style>
background-color css
<style>
a { background-color: #AA3759; }
a { background-color: rgb(170,55,89); }
div.DivClassName
{
background-color: #AA3759;
}
.BgClassName
{
background-color: #AA3759;
}
</style>
border-color css
<style>
span { border-color: #AA3759; }
span { border-color: rgb(170,55,89); }
td.TdClassName
{
border-color: #AA3759;
}
.TagClassName
{
border-color: #AA3759;
}
</style>