Shades of Night Shadz #AC4147
Tints of Night Shadz #AC4147
RGB
CMYK
RGB Variations
Color information
#AC4147 (or 0xAC4147) is known color: Night Shadz. HEX triplet: AC, 41 and 47. RGB value is (172,65,71). Sum of RGB (Red+Green+Blue) = 172+65+71=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4147 is #53BEB8. Grayscale: #616161. Windows color (decimal): -5488313 or 4669868. OLE color: 4669868.
HSL color Cylindrical-coordinate representation of color #AC4147: hue angle of 356.64º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4147 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 71 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.33 |
| HSL | 356.64º | 0.45% | 0.46% | - |
| HSV(B) | 356.64º | 0.62% | 0.67% | - |
| XYZ | 20.04 | 13.01 | 7.42 | - |
| YUV | 97.68 | 112.95 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 71 | 0 | 0.62 | 0.59 | 0.33 | 356.64 | 0.45 | 0.46 |
| Hex | AC | 41 | 47 | 0 | 3E | 3B | 21 | 165 | 2D | 2E |
| Octal | 254 | 101 | 107 | 0 | 76 | 73 | 41 | 545 | 55 | 56 |
| Binary | 10101100 | 1000001 | 1000111 | 0 | 111110 | 111011 | 100001 | 101100101 | 101101 | 101110 |
Color Harmonies of #AC4147
Complementary color
Monochromatic Colors of #AC4147
Black with #AC4147
Text Example
Text Example
White with #AC4147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4147; }
p { color: rgb(172,65,71); }
H1.HeaderClassName
{
color: #AC4147;
}
.AnyTagClassName
{
color: #AC4147;
}
</style>
background-color css
<style>
a { background-color: #AC4147; }
a { background-color: rgb(172,65,71); }
div.DivClassName
{
background-color: #AC4147;
}
.BgClassName
{
background-color: #AC4147;
}
</style>
border-color css
<style>
span { border-color: #AC4147; }
span { border-color: rgb(172,65,71); }
td.TdClassName
{
border-color: #AC4147;
}
.TagClassName
{
border-color: #AC4147;
}
</style>