Shades of Night Shadz #AC364D
Tints of Night Shadz #AC364D
RGB
CMYK
RGB Variations
Color information
#AC364D (or 0xAC364D) is known color: Night Shadz. HEX triplet: AC, 36 and 4D. RGB value is (172,54,77). Sum of RGB (Red+Green+Blue) = 172+54+77=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC364D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC364D is #53C9B2. Grayscale: #5B5B5B. Windows color (decimal): -5491123 or 5060268. OLE color: 5060268.
HSL color Cylindrical-coordinate representation of color #AC364D: hue angle of 348.31º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC364D is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 77 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.33 |
| HSL | 348.31º | 0.52% | 0.44% | - |
| HSV(B) | 348.31º | 0.69% | 0.67% | - |
| XYZ | 19.67 | 11.94 | 8.29 | - |
| YUV | 91.9 | 119.59 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 77 | 0 | 0.69 | 0.55 | 0.33 | 348.31 | 0.52 | 0.44 |
| Hex | AC | 36 | 4D | 0 | 45 | 37 | 21 | 15C | 34 | 2C |
| Octal | 254 | 66 | 115 | 0 | 105 | 67 | 41 | 534 | 64 | 54 |
| Binary | 10101100 | 110110 | 1001101 | 0 | 1000101 | 110111 | 100001 | 101011100 | 110100 | 101100 |
Color Harmonies of #AC364D
Complementary color
Monochromatic Colors of #AC364D
Black with #AC364D
Text Example
Text Example
White with #AC364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC364D; }
p { color: rgb(172,54,77); }
H1.HeaderClassName
{
color: #AC364D;
}
.AnyTagClassName
{
color: #AC364D;
}
</style>
background-color css
<style>
a { background-color: #AC364D; }
a { background-color: rgb(172,54,77); }
div.DivClassName
{
background-color: #AC364D;
}
.BgClassName
{
background-color: #AC364D;
}
</style>
border-color css
<style>
span { border-color: #AC364D; }
span { border-color: rgb(172,54,77); }
td.TdClassName
{
border-color: #AC364D;
}
.TagClassName
{
border-color: #AC364D;
}
</style>