Shades of Night Shadz #AC324D
Tints of Night Shadz #AC324D
RGB
CMYK
RGB Variations
Color information
#AC324D (or 0xAC324D) is known color: Night Shadz. HEX triplet: AC, 32 and 4D. RGB value is (172,50,77). Sum of RGB (Red+Green+Blue) = 172+50+77=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC324D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC324D is #53CDB2. Grayscale: #595959. Windows color (decimal): -5492147 or 5059244. OLE color: 5059244.
HSL color Cylindrical-coordinate representation of color #AC324D: hue angle of 346.72º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC324D is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 77 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.33 |
| HSL | 346.72º | 0.55% | 0.44% | - |
| HSV(B) | 346.72º | 0.71% | 0.67% | - |
| XYZ | 19.49 | 11.59 | 8.23 | - |
| YUV | 89.56 | 120.92 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 77 | 0 | 0.71 | 0.55 | 0.33 | 346.72 | 0.55 | 0.44 |
| Hex | AC | 32 | 4D | 0 | 47 | 37 | 21 | 15B | 37 | 2C |
| Octal | 254 | 62 | 115 | 0 | 107 | 67 | 41 | 533 | 67 | 54 |
| Binary | 10101100 | 110010 | 1001101 | 0 | 1000111 | 110111 | 100001 | 101011011 | 110111 | 101100 |
Color Harmonies of #AC324D
Complementary color
Monochromatic Colors of #AC324D
Black with #AC324D
Text Example
Text Example
White with #AC324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC324D; }
p { color: rgb(172,50,77); }
H1.HeaderClassName
{
color: #AC324D;
}
.AnyTagClassName
{
color: #AC324D;
}
</style>
background-color css
<style>
a { background-color: #AC324D; }
a { background-color: rgb(172,50,77); }
div.DivClassName
{
background-color: #AC324D;
}
.BgClassName
{
background-color: #AC324D;
}
</style>
border-color css
<style>
span { border-color: #AC324D; }
span { border-color: rgb(172,50,77); }
td.TdClassName
{
border-color: #AC324D;
}
.TagClassName
{
border-color: #AC324D;
}
</style>