Shades of Night Shadz #AC344C
Tints of Night Shadz #AC344C
RGB
CMYK
RGB Variations
Color information
#AC344C (or 0xAC344C) is known color: Night Shadz. HEX triplet: AC, 34 and 4C. RGB value is (172,52,76). Sum of RGB (Red+Green+Blue) = 172+52+76=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC344C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC344C is #53CBB3. Grayscale: #5A5A5A. Windows color (decimal): -5491636 or 4994220. OLE color: 4994220.
HSL color Cylindrical-coordinate representation of color #AC344C: hue angle of 348º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC344C is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 76 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.33 |
| HSL | 348º | 0.54% | 0.44% | - |
| HSV(B) | 348º | 0.7% | 0.67% | - |
| XYZ | 19.55 | 11.75 | 8.07 | - |
| YUV | 90.62 | 119.76 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 76 | 0 | 0.70 | 0.56 | 0.33 | 348 | 0.54 | 0.44 |
| Hex | AC | 34 | 4C | 0 | 46 | 38 | 21 | 15C | 36 | 2C |
| Octal | 254 | 64 | 114 | 0 | 106 | 70 | 41 | 534 | 66 | 54 |
| Binary | 10101100 | 110100 | 1001100 | 0 | 1000110 | 111000 | 100001 | 101011100 | 110110 | 101100 |
Color Harmonies of #AC344C
Complementary color
Monochromatic Colors of #AC344C
Black with #AC344C
Text Example
Text Example
White with #AC344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC344C; }
p { color: rgb(172,52,76); }
H1.HeaderClassName
{
color: #AC344C;
}
.AnyTagClassName
{
color: #AC344C;
}
</style>
background-color css
<style>
a { background-color: #AC344C; }
a { background-color: rgb(172,52,76); }
div.DivClassName
{
background-color: #AC344C;
}
.BgClassName
{
background-color: #AC344C;
}
</style>
border-color css
<style>
span { border-color: #AC344C; }
span { border-color: rgb(172,52,76); }
td.TdClassName
{
border-color: #AC344C;
}
.TagClassName
{
border-color: #AC344C;
}
</style>