Shades of Night Shadz #AC354A
Tints of Night Shadz #AC354A
RGB
CMYK
RGB Variations
Color information
#AC354A (or 0xAC354A) is known color: Night Shadz. HEX triplet: AC, 35 and 4A. RGB value is (172,53,74). Sum of RGB (Red+Green+Blue) = 172+53+74=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC354A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC354A is #53CAB5. Grayscale: #5B5B5B. Windows color (decimal): -5491382 or 4863404. OLE color: 4863404.
HSL color Cylindrical-coordinate representation of color #AC354A: hue angle of 349.41º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC354A is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 53 | 74 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.33 |
| HSL | 349.41º | 0.53% | 0.44% | - |
| HSV(B) | 349.41º | 0.69% | 0.67% | - |
| XYZ | 19.52 | 11.81 | 7.73 | - |
| YUV | 90.98 | 118.42 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 53 | 74 | 0 | 0.69 | 0.57 | 0.33 | 349.41 | 0.53 | 0.44 |
| Hex | AC | 35 | 4A | 0 | 45 | 39 | 21 | 15D | 35 | 2C |
| Octal | 254 | 65 | 112 | 0 | 105 | 71 | 41 | 535 | 65 | 54 |
| Binary | 10101100 | 110101 | 1001010 | 0 | 1000101 | 111001 | 100001 | 101011101 | 110101 | 101100 |
Color Harmonies of #AC354A
Complementary color
Monochromatic Colors of #AC354A
Black with #AC354A
Text Example
Text Example
White with #AC354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC354A; }
p { color: rgb(172,53,74); }
H1.HeaderClassName
{
color: #AC354A;
}
.AnyTagClassName
{
color: #AC354A;
}
</style>
background-color css
<style>
a { background-color: #AC354A; }
a { background-color: rgb(172,53,74); }
div.DivClassName
{
background-color: #AC354A;
}
.BgClassName
{
background-color: #AC354A;
}
</style>
border-color css
<style>
span { border-color: #AC354A; }
span { border-color: rgb(172,53,74); }
td.TdClassName
{
border-color: #AC354A;
}
.TagClassName
{
border-color: #AC354A;
}
</style>