Shades of Night Shadz #AC424F
Tints of Night Shadz #AC424F
RGB
CMYK
RGB Variations
Color information
#AC424F (or 0xAC424F) is known color: Night Shadz. HEX triplet: AC, 42 and 4F. RGB value is (172,66,79). Sum of RGB (Red+Green+Blue) = 172+66+79=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC424F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC424F is #53BDB0. Grayscale: #636363. Windows color (decimal): -5488049 or 5194412. OLE color: 5194412.
HSL color Cylindrical-coordinate representation of color #AC424F: hue angle of 352.64º 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 #AC424F is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 79 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.33 |
| HSL | 352.64º | 0.45% | 0.47% | - |
| HSV(B) | 352.64º | 0.62% | 0.67% | - |
| XYZ | 20.37 | 13.23 | 8.88 | - |
| YUV | 99.18 | 116.62 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 79 | 0 | 0.62 | 0.54 | 0.33 | 352.64 | 0.45 | 0.47 |
| Hex | AC | 42 | 4F | 0 | 3E | 36 | 21 | 161 | 2D | 2F |
| Octal | 254 | 102 | 117 | 0 | 76 | 66 | 41 | 541 | 55 | 57 |
| Binary | 10101100 | 1000010 | 1001111 | 0 | 111110 | 110110 | 100001 | 101100001 | 101101 | 101111 |
Color Harmonies of #AC424F
Complementary color
Monochromatic Colors of #AC424F
Black with #AC424F
Text Example
Text Example
White with #AC424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC424F; }
p { color: rgb(172,66,79); }
H1.HeaderClassName
{
color: #AC424F;
}
.AnyTagClassName
{
color: #AC424F;
}
</style>
background-color css
<style>
a { background-color: #AC424F; }
a { background-color: rgb(172,66,79); }
div.DivClassName
{
background-color: #AC424F;
}
.BgClassName
{
background-color: #AC424F;
}
</style>
border-color css
<style>
span { border-color: #AC424F; }
span { border-color: rgb(172,66,79); }
td.TdClassName
{
border-color: #AC424F;
}
.TagClassName
{
border-color: #AC424F;
}
</style>