Shades of Night Shadz #AA383F
Tints of Night Shadz #AA383F
RGB
CMYK
RGB Variations
Color information
#AA383F (or 0xAA383F) is known color: Night Shadz. HEX triplet: AA, 38 and 3F. RGB value is (170,56,63). Sum of RGB (Red+Green+Blue) = 170+56+63=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA383F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA383F is #55C7C0. Grayscale: #5A5A5A. Windows color (decimal): -5621697 or 4143274. OLE color: 4143274.
HSL color Cylindrical-coordinate representation of color #AA383F: hue angle of 356.32º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA383F is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 63 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.33 |
| HSL | 356.32º | 0.5% | 0.44% | - |
| HSV(B) | 356.32º | 0.67% | 0.67% | - |
| XYZ | 18.89 | 11.73 | 5.97 | - |
| YUV | 90.88 | 112.27 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 63 | 0 | 0.67 | 0.63 | 0.33 | 356.32 | 0.5 | 0.44 |
| Hex | AA | 38 | 3F | 0 | 43 | 3F | 21 | 164 | 32 | 2C |
| Octal | 252 | 70 | 77 | 0 | 103 | 77 | 41 | 544 | 62 | 54 |
| Binary | 10101010 | 111000 | 111111 | 0 | 1000011 | 111111 | 100001 | 101100100 | 110010 | 101100 |
Color Harmonies of #AA383F
Complementary color
Monochromatic Colors of #AA383F
Black with #AA383F
Text Example
Text Example
White with #AA383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA383F; }
p { color: rgb(170,56,63); }
H1.HeaderClassName
{
color: #AA383F;
}
.AnyTagClassName
{
color: #AA383F;
}
</style>
background-color css
<style>
a { background-color: #AA383F; }
a { background-color: rgb(170,56,63); }
div.DivClassName
{
background-color: #AA383F;
}
.BgClassName
{
background-color: #AA383F;
}
</style>
border-color css
<style>
span { border-color: #AA383F; }
span { border-color: rgb(170,56,63); }
td.TdClassName
{
border-color: #AA383F;
}
.TagClassName
{
border-color: #AA383F;
}
</style>