Shades of Night Shadz #AC314C
Tints of Night Shadz #AC314C
RGB
CMYK
RGB Variations
Color information
#AC314C (or 0xAC314C) is known color: Night Shadz. HEX triplet: AC, 31 and 4C. RGB value is (172,49,76). Sum of RGB (Red+Green+Blue) = 172+49+76=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC314C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC314C is #53CEB3. Grayscale: #585858. Windows color (decimal): -5492404 or 4993452. OLE color: 4993452.
HSL color Cylindrical-coordinate representation of color #AC314C: hue angle of 346.83º 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 #AC314C is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 49 | 76 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.33 |
| HSL | 346.83º | 0.56% | 0.43% | - |
| HSV(B) | 346.83º | 0.72% | 0.67% | - |
| XYZ | 19.42 | 11.49 | 8.03 | - |
| YUV | 88.86 | 120.75 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 76 | 0 | 0.72 | 0.56 | 0.33 | 346.83 | 0.56 | 0.43 |
| Hex | AC | 31 | 4C | 0 | 48 | 38 | 21 | 15B | 38 | 2B |
| Octal | 254 | 61 | 114 | 0 | 110 | 70 | 41 | 533 | 70 | 53 |
| Binary | 10101100 | 110001 | 1001100 | 0 | 1001000 | 111000 | 100001 | 101011011 | 111000 | 101011 |
Color Harmonies of #AC314C
Complementary color
Monochromatic Colors of #AC314C
Black with #AC314C
Text Example
Text Example
White with #AC314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC314C; }
p { color: rgb(172,49,76); }
H1.HeaderClassName
{
color: #AC314C;
}
.AnyTagClassName
{
color: #AC314C;
}
</style>
background-color css
<style>
a { background-color: #AC314C; }
a { background-color: rgb(172,49,76); }
div.DivClassName
{
background-color: #AC314C;
}
.BgClassName
{
background-color: #AC314C;
}
</style>
border-color css
<style>
span { border-color: #AC314C; }
span { border-color: rgb(172,49,76); }
td.TdClassName
{
border-color: #AC314C;
}
.TagClassName
{
border-color: #AC314C;
}
</style>