Shades of Night Shadz #AA4448
Tints of Night Shadz #AA4448
RGB
CMYK
RGB Variations
Color information
#AA4448 (or 0xAA4448) is known color: Night Shadz. HEX triplet: AA, 44 and 48. RGB value is (170,68,72). Sum of RGB (Red+Green+Blue) = 170+68+72=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4448 is #55BBB7. Grayscale: #636363. Windows color (decimal): -5618616 or 4736170. OLE color: 4736170.
HSL color Cylindrical-coordinate representation of color #AA4448: hue angle of 357.65º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA4448 is Cyan = 0, Magento = 0.6, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 72 | - |
| CMYK | 0 | 0.6 | 0.58 | 0.33 |
| HSL | 357.65º | 0.43% | 0.47% | - |
| HSV(B) | 357.65º | 0.6% | 0.67% | - |
| XYZ | 19.81 | 13.15 | 7.62 | - |
| YUV | 98.95 | 112.79 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 72 | 0 | 0.6 | 0.58 | 0.33 | 357.65 | 0.43 | 0.47 |
| Hex | AA | 44 | 48 | 0 | 3C | 3A | 21 | 166 | 2B | 2F |
| Octal | 252 | 104 | 110 | 0 | 74 | 72 | 41 | 546 | 53 | 57 |
| Binary | 10101010 | 1000100 | 1001000 | 0 | 111100 | 111010 | 100001 | 101100110 | 101011 | 101111 |
Color Harmonies of #AA4448
Complementary color
Monochromatic Colors of #AA4448
Black with #AA4448
Text Example
Text Example
White with #AA4448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4448; }
p { color: rgb(170,68,72); }
H1.HeaderClassName
{
color: #AA4448;
}
.AnyTagClassName
{
color: #AA4448;
}
</style>
background-color css
<style>
a { background-color: #AA4448; }
a { background-color: rgb(170,68,72); }
div.DivClassName
{
background-color: #AA4448;
}
.BgClassName
{
background-color: #AA4448;
}
</style>
border-color css
<style>
span { border-color: #AA4448; }
span { border-color: rgb(170,68,72); }
td.TdClassName
{
border-color: #AA4448;
}
.TagClassName
{
border-color: #AA4448;
}
</style>