Shades of Night Shadz #AC394A
Tints of Night Shadz #AC394A
RGB
CMYK
RGB Variations
Color information
#AC394A (or 0xAC394A) is known color: Night Shadz. HEX triplet: AC, 39 and 4A. RGB value is (172,57,74). Sum of RGB (Red+Green+Blue) = 172+57+74=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC394A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC394A is #53C6B5. Grayscale: #5D5D5D. Windows color (decimal): -5490358 or 4864428. OLE color: 4864428.
HSL color Cylindrical-coordinate representation of color #AC394A: hue angle of 351.13º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC394A is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 74 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.33 |
| HSL | 351.13º | 0.5% | 0.45% | - |
| HSV(B) | 351.13º | 0.67% | 0.67% | - |
| XYZ | 19.71 | 12.19 | 7.79 | - |
| YUV | 93.32 | 117.1 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 74 | 0 | 0.67 | 0.57 | 0.33 | 351.13 | 0.5 | 0.45 |
| Hex | AC | 39 | 4A | 0 | 43 | 39 | 21 | 15F | 32 | 2D |
| Octal | 254 | 71 | 112 | 0 | 103 | 71 | 41 | 537 | 62 | 55 |
| Binary | 10101100 | 111001 | 1001010 | 0 | 1000011 | 111001 | 100001 | 101011111 | 110010 | 101101 |
Color Harmonies of #AC394A
Complementary color
Monochromatic Colors of #AC394A
Black with #AC394A
Text Example
Text Example
White with #AC394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC394A; }
p { color: rgb(172,57,74); }
H1.HeaderClassName
{
color: #AC394A;
}
.AnyTagClassName
{
color: #AC394A;
}
</style>
background-color css
<style>
a { background-color: #AC394A; }
a { background-color: rgb(172,57,74); }
div.DivClassName
{
background-color: #AC394A;
}
.BgClassName
{
background-color: #AC394A;
}
</style>
border-color css
<style>
span { border-color: #AC394A; }
span { border-color: rgb(172,57,74); }
td.TdClassName
{
border-color: #AC394A;
}
.TagClassName
{
border-color: #AC394A;
}
</style>