Shades of Night Shadz #A6304D
Tints of Night Shadz #A6304D
RGB
CMYK
RGB Variations
Color information
#A6304D (or 0xA6304D) is known color: Night Shadz. HEX triplet: A6, 30 and 4D. RGB value is (166,48,77). Sum of RGB (Red+Green+Blue) = 166+48+77=291 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.04% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 166 - color contains mainly: red. Hex color #A6304D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6304D is #59CFB2. Grayscale: #565656. Windows color (decimal): -5885875 or 5058726. OLE color: 5058726.
HSL color Cylindrical-coordinate representation of color #A6304D: hue angle of 345.25º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A6304D is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 48 | 77 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.35 |
| HSL | 345.25º | 0.55% | 0.42% | - |
| HSV(B) | 345.25º | 0.71% | 0.65% | - |
| XYZ | 18.12 | 10.76 | 8.14 | - |
| YUV | 86.59 | 122.59 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 77 | 0 | 0.71 | 0.54 | 0.35 | 345.25 | 0.55 | 0.42 |
| Hex | A6 | 30 | 4D | 0 | 47 | 36 | 23 | 159 | 37 | 2A |
| Octal | 246 | 60 | 115 | 0 | 107 | 66 | 43 | 531 | 67 | 52 |
| Binary | 10100110 | 110000 | 1001101 | 0 | 1000111 | 110110 | 100011 | 101011001 | 110111 | 101010 |
Color Harmonies of #A6304D
Complementary color
Monochromatic Colors of #A6304D
Black with #A6304D
Text Example
Text Example
White with #A6304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6304D; }
p { color: rgb(166,48,77); }
H1.HeaderClassName
{
color: #A6304D;
}
.AnyTagClassName
{
color: #A6304D;
}
</style>
background-color css
<style>
a { background-color: #A6304D; }
a { background-color: rgb(166,48,77); }
div.DivClassName
{
background-color: #A6304D;
}
.BgClassName
{
background-color: #A6304D;
}
</style>
border-color css
<style>
span { border-color: #A6304D; }
span { border-color: rgb(166,48,77); }
td.TdClassName
{
border-color: #A6304D;
}
.TagClassName
{
border-color: #A6304D;
}
</style>