Shades of Night Shadz #A63C55
Tints of Night Shadz #A63C55
RGB
CMYK
RGB Variations
Color information
#A63C55 (or 0xA63C55) is known color: Night Shadz. HEX triplet: A6, 3C and 55. RGB value is (166,60,85). Sum of RGB (Red+Green+Blue) = 166+60+85=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63C55 is #59C3AA. Grayscale: #5E5E5E. Windows color (decimal): -5882795 or 5586086. OLE color: 5586086.
HSL color Cylindrical-coordinate representation of color #A63C55: hue angle of 345.85º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A63C55 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 60 | 85 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.35 |
| HSL | 345.85º | 0.47% | 0.44% | - |
| HSV(B) | 345.85º | 0.64% | 0.65% | - |
| XYZ | 18.98 | 11.99 | 9.91 | - |
| YUV | 94.54 | 122.62 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 60 | 85 | 0 | 0.64 | 0.49 | 0.35 | 345.85 | 0.47 | 0.44 |
| Hex | A6 | 3C | 55 | 0 | 40 | 31 | 23 | 15A | 2F | 2C |
| Octal | 246 | 74 | 125 | 0 | 100 | 61 | 43 | 532 | 57 | 54 |
| Binary | 10100110 | 111100 | 1010101 | 0 | 1000000 | 110001 | 100011 | 101011010 | 101111 | 101100 |
Color Harmonies of #A63C55
Complementary color
Monochromatic Colors of #A63C55
Black with #A63C55
Text Example
Text Example
White with #A63C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63C55; }
p { color: rgb(166,60,85); }
H1.HeaderClassName
{
color: #A63C55;
}
.AnyTagClassName
{
color: #A63C55;
}
</style>
background-color css
<style>
a { background-color: #A63C55; }
a { background-color: rgb(166,60,85); }
div.DivClassName
{
background-color: #A63C55;
}
.BgClassName
{
background-color: #A63C55;
}
</style>
border-color css
<style>
span { border-color: #A63C55; }
span { border-color: rgb(166,60,85); }
td.TdClassName
{
border-color: #A63C55;
}
.TagClassName
{
border-color: #A63C55;
}
</style>