Shades of Night Shadz #AC4041
Tints of Night Shadz #AC4041
RGB
CMYK
RGB Variations
Color information
#AC4041 (or 0xAC4041) is known color: Night Shadz. HEX triplet: AC, 40 and 41. RGB value is (172,64,65). Sum of RGB (Red+Green+Blue) = 172+64+65=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4041 is #53BFBE. Grayscale: #606060. Windows color (decimal): -5488575 or 4276396. OLE color: 4276396.
HSL color Cylindrical-coordinate representation of color #AC4041: hue angle of 359.44º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC4041 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 65 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.33 |
| HSL | 359.44º | 0.46% | 0.46% | - |
| HSV(B) | 359.44º | 0.63% | 0.67% | - |
| XYZ | 19.8 | 12.82 | 6.43 | - |
| YUV | 96.41 | 110.28 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 65 | 0 | 0.63 | 0.62 | 0.33 | 359.44 | 0.46 | 0.46 |
| Hex | AC | 40 | 41 | 0 | 3F | 3E | 21 | 167 | 2E | 2E |
| Octal | 254 | 100 | 101 | 0 | 77 | 76 | 41 | 547 | 56 | 56 |
| Binary | 10101100 | 1000000 | 1000001 | 0 | 111111 | 111110 | 100001 | 101100111 | 101110 | 101110 |
Color Harmonies of #AC4041
Complementary color
Monochromatic Colors of #AC4041
Black with #AC4041
Text Example
Text Example
White with #AC4041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4041; }
p { color: rgb(172,64,65); }
H1.HeaderClassName
{
color: #AC4041;
}
.AnyTagClassName
{
color: #AC4041;
}
</style>
background-color css
<style>
a { background-color: #AC4041; }
a { background-color: rgb(172,64,65); }
div.DivClassName
{
background-color: #AC4041;
}
.BgClassName
{
background-color: #AC4041;
}
</style>
border-color css
<style>
span { border-color: #AC4041; }
span { border-color: rgb(172,64,65); }
td.TdClassName
{
border-color: #AC4041;
}
.TagClassName
{
border-color: #AC4041;
}
</style>