Shades of Night Shadz #AC4447
Tints of Night Shadz #AC4447
RGB
CMYK
RGB Variations
Color information
#AC4447 (or 0xAC4447) is known color: Night Shadz. HEX triplet: AC, 44 and 47. RGB value is (172,68,71). Sum of RGB (Red+Green+Blue) = 172+68+71=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4447 is #53BBB8. Grayscale: #636363. Windows color (decimal): -5487545 or 4670636. OLE color: 4670636.
HSL color Cylindrical-coordinate representation of color #AC4447: hue angle of 358.27º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4447 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 71 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.33 |
| HSL | 358.27º | 0.43% | 0.47% | - |
| HSV(B) | 358.27º | 0.6% | 0.67% | - |
| XYZ | 20.22 | 13.36 | 7.47 | - |
| YUV | 99.44 | 111.96 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 71 | 0 | 0.60 | 0.59 | 0.33 | 358.27 | 0.43 | 0.47 |
| Hex | AC | 44 | 47 | 0 | 3C | 3B | 21 | 166 | 2B | 2F |
| Octal | 254 | 104 | 107 | 0 | 74 | 73 | 41 | 546 | 53 | 57 |
| Binary | 10101100 | 1000100 | 1000111 | 0 | 111100 | 111011 | 100001 | 101100110 | 101011 | 101111 |
Color Harmonies of #AC4447
Complementary color
Monochromatic Colors of #AC4447
Black with #AC4447
Text Example
Text Example
White with #AC4447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4447; }
p { color: rgb(172,68,71); }
H1.HeaderClassName
{
color: #AC4447;
}
.AnyTagClassName
{
color: #AC4447;
}
</style>
background-color css
<style>
a { background-color: #AC4447; }
a { background-color: rgb(172,68,71); }
div.DivClassName
{
background-color: #AC4447;
}
.BgClassName
{
background-color: #AC4447;
}
</style>
border-color css
<style>
span { border-color: #AC4447; }
span { border-color: rgb(172,68,71); }
td.TdClassName
{
border-color: #AC4447;
}
.TagClassName
{
border-color: #AC4447;
}
</style>