Shades of Night Shadz #AA363F
Tints of Night Shadz #AA363F
RGB
CMYK
RGB Variations
Color information
#AA363F (or 0xAA363F) is known color: Night Shadz. HEX triplet: AA, 36 and 3F. RGB value is (170,54,63). Sum of RGB (Red+Green+Blue) = 170+54+63=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA363F is #55C9C0. Grayscale: #595959. Windows color (decimal): -5622209 or 4142762. OLE color: 4142762.
HSL color Cylindrical-coordinate representation of color #AA363F: hue angle of 355.34º degrees, saturation: 0.52, 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 #AA363F is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 63 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.33 |
| HSL | 355.34º | 0.52% | 0.44% | - |
| HSV(B) | 355.34º | 0.68% | 0.67% | - |
| XYZ | 18.79 | 11.54 | 5.94 | - |
| YUV | 89.71 | 112.93 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 63 | 0 | 0.68 | 0.63 | 0.33 | 355.34 | 0.52 | 0.44 |
| Hex | AA | 36 | 3F | 0 | 44 | 3F | 21 | 163 | 34 | 2C |
| Octal | 252 | 66 | 77 | 0 | 104 | 77 | 41 | 543 | 64 | 54 |
| Binary | 10101010 | 110110 | 111111 | 0 | 1000100 | 111111 | 100001 | 101100011 | 110100 | 101100 |
Color Harmonies of #AA363F
Complementary color
Monochromatic Colors of #AA363F
Black with #AA363F
Text Example
Text Example
White with #AA363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA363F; }
p { color: rgb(170,54,63); }
H1.HeaderClassName
{
color: #AA363F;
}
.AnyTagClassName
{
color: #AA363F;
}
</style>
background-color css
<style>
a { background-color: #AA363F; }
a { background-color: rgb(170,54,63); }
div.DivClassName
{
background-color: #AA363F;
}
.BgClassName
{
background-color: #AA363F;
}
</style>
border-color css
<style>
span { border-color: #AA363F; }
span { border-color: rgb(170,54,63); }
td.TdClassName
{
border-color: #AA363F;
}
.TagClassName
{
border-color: #AA363F;
}
</style>