Shades of Night Shadz #AC314D
Tints of Night Shadz #AC314D
RGB
CMYK
RGB Variations
Color information
#AC314D (or 0xAC314D) is known color: Night Shadz. HEX triplet: AC, 31 and 4D. RGB value is (172,49,77). Sum of RGB (Red+Green+Blue) = 172+49+77=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC314D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC314D is #53CEB2. Grayscale: #585858. Windows color (decimal): -5492403 or 5058988. OLE color: 5058988.
HSL color Cylindrical-coordinate representation of color #AC314D: hue angle of 346.34º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC314D is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 77 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.33 |
| HSL | 346.34º | 0.56% | 0.43% | - |
| HSV(B) | 346.34º | 0.72% | 0.67% | - |
| XYZ | 19.45 | 11.5 | 8.22 | - |
| YUV | 88.97 | 121.25 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 77 | 0 | 0.72 | 0.55 | 0.33 | 346.34 | 0.56 | 0.43 |
| Hex | AC | 31 | 4D | 0 | 48 | 37 | 21 | 15A | 38 | 2B |
| Octal | 254 | 61 | 115 | 0 | 110 | 67 | 41 | 532 | 70 | 53 |
| Binary | 10101100 | 110001 | 1001101 | 0 | 1001000 | 110111 | 100001 | 101011010 | 111000 | 101011 |
Color Harmonies of #AC314D
Complementary color
Monochromatic Colors of #AC314D
Black with #AC314D
Text Example
Text Example
White with #AC314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC314D; }
p { color: rgb(172,49,77); }
H1.HeaderClassName
{
color: #AC314D;
}
.AnyTagClassName
{
color: #AC314D;
}
</style>
background-color css
<style>
a { background-color: #AC314D; }
a { background-color: rgb(172,49,77); }
div.DivClassName
{
background-color: #AC314D;
}
.BgClassName
{
background-color: #AC314D;
}
</style>
border-color css
<style>
span { border-color: #AC314D; }
span { border-color: rgb(172,49,77); }
td.TdClassName
{
border-color: #AC314D;
}
.TagClassName
{
border-color: #AC314D;
}
</style>