Shades of Night Shadz #AC334C
Tints of Night Shadz #AC334C
RGB
CMYK
RGB Variations
Color information
#AC334C (or 0xAC334C) is known color: Night Shadz. HEX triplet: AC, 33 and 4C. RGB value is (172,51,76). Sum of RGB (Red+Green+Blue) = 172+51+76=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC334C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC334C is #53CCB3. Grayscale: #5A5A5A. Windows color (decimal): -5491892 or 4993964. OLE color: 4993964.
HSL color Cylindrical-coordinate representation of color #AC334C: hue angle of 347.6º 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 #AC334C is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 51 | 76 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.33 |
| HSL | 347.6º | 0.54% | 0.44% | - |
| HSV(B) | 347.6º | 0.7% | 0.67% | - |
| XYZ | 19.5 | 11.66 | 8.06 | - |
| YUV | 90.03 | 120.09 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 76 | 0 | 0.70 | 0.56 | 0.33 | 347.6 | 0.54 | 0.44 |
| Hex | AC | 33 | 4C | 0 | 46 | 38 | 21 | 15C | 36 | 2C |
| Octal | 254 | 63 | 114 | 0 | 106 | 70 | 41 | 534 | 66 | 54 |
| Binary | 10101100 | 110011 | 1001100 | 0 | 1000110 | 111000 | 100001 | 101011100 | 110110 | 101100 |
Color Harmonies of #AC334C
Complementary color
Monochromatic Colors of #AC334C
Black with #AC334C
Text Example
Text Example
White with #AC334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC334C; }
p { color: rgb(172,51,76); }
H1.HeaderClassName
{
color: #AC334C;
}
.AnyTagClassName
{
color: #AC334C;
}
</style>
background-color css
<style>
a { background-color: #AC334C; }
a { background-color: rgb(172,51,76); }
div.DivClassName
{
background-color: #AC334C;
}
.BgClassName
{
background-color: #AC334C;
}
</style>
border-color css
<style>
span { border-color: #AC334C; }
span { border-color: rgb(172,51,76); }
td.TdClassName
{
border-color: #AC334C;
}
.TagClassName
{
border-color: #AC334C;
}
</style>