Shades of Night Shadz #AC4249
Tints of Night Shadz #AC4249
RGB
CMYK
RGB Variations
Color information
#AC4249 (or 0xAC4249) is known color: Night Shadz. HEX triplet: AC, 42 and 49. RGB value is (172,66,73). Sum of RGB (Red+Green+Blue) = 172+66+73=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4249 is #53BDB6. Grayscale: #626262. Windows color (decimal): -5488055 or 4801196. OLE color: 4801196.
HSL color Cylindrical-coordinate representation of color #AC4249: hue angle of 356.04º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4249 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 73 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.33 |
| HSL | 356.04º | 0.45% | 0.47% | - |
| HSV(B) | 356.04º | 0.62% | 0.67% | - |
| XYZ | 20.16 | 13.15 | 7.78 | - |
| YUV | 98.49 | 113.62 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 73 | 0 | 0.62 | 0.58 | 0.33 | 356.04 | 0.45 | 0.47 |
| Hex | AC | 42 | 49 | 0 | 3E | 3A | 21 | 164 | 2D | 2F |
| Octal | 254 | 102 | 111 | 0 | 76 | 72 | 41 | 544 | 55 | 57 |
| Binary | 10101100 | 1000010 | 1001001 | 0 | 111110 | 111010 | 100001 | 101100100 | 101101 | 101111 |
Color Harmonies of #AC4249
Complementary color
Monochromatic Colors of #AC4249
Black with #AC4249
Text Example
Text Example
White with #AC4249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4249; }
p { color: rgb(172,66,73); }
H1.HeaderClassName
{
color: #AC4249;
}
.AnyTagClassName
{
color: #AC4249;
}
</style>
background-color css
<style>
a { background-color: #AC4249; }
a { background-color: rgb(172,66,73); }
div.DivClassName
{
background-color: #AC4249;
}
.BgClassName
{
background-color: #AC4249;
}
</style>
border-color css
<style>
span { border-color: #AC4249; }
span { border-color: rgb(172,66,73); }
td.TdClassName
{
border-color: #AC4249;
}
.TagClassName
{
border-color: #AC4249;
}
</style>