Shades of Night Shadz #A6324E
Tints of Night Shadz #A6324E
RGB
CMYK
RGB Variations
Color information
#A6324E (or 0xA6324E) is known color: Night Shadz. HEX triplet: A6, 32 and 4E. RGB value is (166,50,78). Sum of RGB (Red+Green+Blue) = 166+50+78=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A6324E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6324E is #59CDB1. Grayscale: #575757. Windows color (decimal): -5885362 or 5124774. OLE color: 5124774.
HSL color Cylindrical-coordinate representation of color #A6324E: hue angle of 345.52º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6324E is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 50 | 78 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.35 |
| HSL | 345.52º | 0.54% | 0.42% | - |
| HSV(B) | 345.52º | 0.7% | 0.65% | - |
| XYZ | 18.24 | 10.94 | 8.36 | - |
| YUV | 87.88 | 122.43 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 78 | 0 | 0.70 | 0.53 | 0.35 | 345.52 | 0.54 | 0.42 |
| Hex | A6 | 32 | 4E | 0 | 46 | 35 | 23 | 15A | 36 | 2A |
| Octal | 246 | 62 | 116 | 0 | 106 | 65 | 43 | 532 | 66 | 52 |
| Binary | 10100110 | 110010 | 1001110 | 0 | 1000110 | 110101 | 100011 | 101011010 | 110110 | 101010 |
Color Harmonies of #A6324E
Complementary color
Monochromatic Colors of #A6324E
Black with #A6324E
Text Example
Text Example
White with #A6324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6324E; }
p { color: rgb(166,50,78); }
H1.HeaderClassName
{
color: #A6324E;
}
.AnyTagClassName
{
color: #A6324E;
}
</style>
background-color css
<style>
a { background-color: #A6324E; }
a { background-color: rgb(166,50,78); }
div.DivClassName
{
background-color: #A6324E;
}
.BgClassName
{
background-color: #A6324E;
}
</style>
border-color css
<style>
span { border-color: #A6324E; }
span { border-color: rgb(166,50,78); }
td.TdClassName
{
border-color: #A6324E;
}
.TagClassName
{
border-color: #A6324E;
}
</style>