Shades of Night Shadz #AC414F
Tints of Night Shadz #AC414F
RGB
CMYK
RGB Variations
Color information
#AC414F (or 0xAC414F) is known color: Night Shadz. HEX triplet: AC, 41 and 4F. RGB value is (172,65,79). Sum of RGB (Red+Green+Blue) = 172+65+79=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC414F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC414F is #53BEB0. Grayscale: #626262. Windows color (decimal): -5488305 or 5194156. OLE color: 5194156.
HSL color Cylindrical-coordinate representation of color #AC414F: hue angle of 352.15º 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 #AC414F is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 79 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.33 |
| HSL | 352.15º | 0.45% | 0.46% | - |
| HSV(B) | 352.15º | 0.62% | 0.67% | - |
| XYZ | 20.31 | 13.12 | 8.86 | - |
| YUV | 98.59 | 116.95 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 79 | 0 | 0.62 | 0.54 | 0.33 | 352.15 | 0.45 | 0.46 |
| Hex | AC | 41 | 4F | 0 | 3E | 36 | 21 | 160 | 2D | 2E |
| Octal | 254 | 101 | 117 | 0 | 76 | 66 | 41 | 540 | 55 | 56 |
| Binary | 10101100 | 1000001 | 1001111 | 0 | 111110 | 110110 | 100001 | 101100000 | 101101 | 101110 |
Color Harmonies of #AC414F
Complementary color
Monochromatic Colors of #AC414F
Black with #AC414F
Text Example
Text Example
White with #AC414F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC414F; }
p { color: rgb(172,65,79); }
H1.HeaderClassName
{
color: #AC414F;
}
.AnyTagClassName
{
color: #AC414F;
}
</style>
background-color css
<style>
a { background-color: #AC414F; }
a { background-color: rgb(172,65,79); }
div.DivClassName
{
background-color: #AC414F;
}
.BgClassName
{
background-color: #AC414F;
}
</style>
border-color css
<style>
span { border-color: #AC414F; }
span { border-color: rgb(172,65,79); }
td.TdClassName
{
border-color: #AC414F;
}
.TagClassName
{
border-color: #AC414F;
}
</style>