Shades of Night Shadz #AC424E
Tints of Night Shadz #AC424E
RGB
CMYK
RGB Variations
Color information
#AC424E (or 0xAC424E) is known color: Night Shadz. HEX triplet: AC, 42 and 4E. RGB value is (172,66,78). Sum of RGB (Red+Green+Blue) = 172+66+78=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC424E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC424E is #53BDB1. Grayscale: #636363. Windows color (decimal): -5488050 or 5128876. OLE color: 5128876.
HSL color Cylindrical-coordinate representation of color #AC424E: hue angle of 353.21º 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 #AC424E is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 78 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.33 |
| HSL | 353.21º | 0.45% | 0.47% | - |
| HSV(B) | 353.21º | 0.62% | 0.67% | - |
| XYZ | 20.34 | 13.22 | 8.69 | - |
| YUV | 99.06 | 116.12 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 78 | 0 | 0.62 | 0.55 | 0.33 | 353.21 | 0.45 | 0.47 |
| Hex | AC | 42 | 4E | 0 | 3E | 37 | 21 | 161 | 2D | 2F |
| Octal | 254 | 102 | 116 | 0 | 76 | 67 | 41 | 541 | 55 | 57 |
| Binary | 10101100 | 1000010 | 1001110 | 0 | 111110 | 110111 | 100001 | 101100001 | 101101 | 101111 |
Color Harmonies of #AC424E
Complementary color
Monochromatic Colors of #AC424E
Black with #AC424E
Text Example
Text Example
White with #AC424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC424E; }
p { color: rgb(172,66,78); }
H1.HeaderClassName
{
color: #AC424E;
}
.AnyTagClassName
{
color: #AC424E;
}
</style>
background-color css
<style>
a { background-color: #AC424E; }
a { background-color: rgb(172,66,78); }
div.DivClassName
{
background-color: #AC424E;
}
.BgClassName
{
background-color: #AC424E;
}
</style>
border-color css
<style>
span { border-color: #AC424E; }
span { border-color: rgb(172,66,78); }
td.TdClassName
{
border-color: #AC424E;
}
.TagClassName
{
border-color: #AC424E;
}
</style>