Shades of Night Shadz #AA373F
Tints of Night Shadz #AA373F
RGB
CMYK
RGB Variations
Color information
#AA373F (or 0xAA373F) is known color: Night Shadz. HEX triplet: AA, 37 and 3F. RGB value is (170,55,63). Sum of RGB (Red+Green+Blue) = 170+55+63=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA373F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA373F is #55C8C0. Grayscale: #5A5A5A. Windows color (decimal): -5621953 or 4143018. OLE color: 4143018.
HSL color Cylindrical-coordinate representation of color #AA373F: hue angle of 355.83º 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 #AA373F is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 63 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.33 |
| HSL | 355.83º | 0.51% | 0.44% | - |
| HSV(B) | 355.83º | 0.68% | 0.67% | - |
| XYZ | 18.84 | 11.64 | 5.96 | - |
| YUV | 90.3 | 112.6 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 63 | 0 | 0.68 | 0.63 | 0.33 | 355.83 | 0.51 | 0.44 |
| Hex | AA | 37 | 3F | 0 | 44 | 3F | 21 | 164 | 33 | 2C |
| Octal | 252 | 67 | 77 | 0 | 104 | 77 | 41 | 544 | 63 | 54 |
| Binary | 10101010 | 110111 | 111111 | 0 | 1000100 | 111111 | 100001 | 101100100 | 110011 | 101100 |
Color Harmonies of #AA373F
Complementary color
Monochromatic Colors of #AA373F
Black with #AA373F
Text Example
Text Example
White with #AA373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA373F; }
p { color: rgb(170,55,63); }
H1.HeaderClassName
{
color: #AA373F;
}
.AnyTagClassName
{
color: #AA373F;
}
</style>
background-color css
<style>
a { background-color: #AA373F; }
a { background-color: rgb(170,55,63); }
div.DivClassName
{
background-color: #AA373F;
}
.BgClassName
{
background-color: #AA373F;
}
</style>
border-color css
<style>
span { border-color: #AA373F; }
span { border-color: rgb(170,55,63); }
td.TdClassName
{
border-color: #AA373F;
}
.TagClassName
{
border-color: #AA373F;
}
</style>