Shades of Night Shadz #A63447
Tints of Night Shadz #A63447
RGB
CMYK
RGB Variations
Color information
#A63447 (or 0xA63447) is known color: Night Shadz. HEX triplet: A6, 34 and 47. RGB value is (166,52,71). Sum of RGB (Red+Green+Blue) = 166+52+71=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 71 (28.12% from 255 or 24.57% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A63447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63447 is #59CBB8. Grayscale: #585858. Windows color (decimal): -5884857 or 4666534. OLE color: 4666534.
HSL color Cylindrical-coordinate representation of color #A63447: hue angle of 350º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A63447 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 52 | 71 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.35 |
| HSL | 350º | 0.52% | 0.43% | - |
| HSV(B) | 350º | 0.69% | 0.65% | - |
| XYZ | 18.09 | 11.02 | 7.13 | - |
| YUV | 88.25 | 118.27 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 71 | 0 | 0.69 | 0.57 | 0.35 | 350 | 0.52 | 0.43 |
| Hex | A6 | 34 | 47 | 0 | 45 | 39 | 23 | 15E | 34 | 2B |
| Octal | 246 | 64 | 107 | 0 | 105 | 71 | 43 | 536 | 64 | 53 |
| Binary | 10100110 | 110100 | 1000111 | 0 | 1000101 | 111001 | 100011 | 101011110 | 110100 | 101011 |
Color Harmonies of #A63447
Complementary color
Monochromatic Colors of #A63447
Black with #A63447
Text Example
Text Example
White with #A63447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63447; }
p { color: rgb(166,52,71); }
H1.HeaderClassName
{
color: #A63447;
}
.AnyTagClassName
{
color: #A63447;
}
</style>
background-color css
<style>
a { background-color: #A63447; }
a { background-color: rgb(166,52,71); }
div.DivClassName
{
background-color: #A63447;
}
.BgClassName
{
background-color: #A63447;
}
</style>
border-color css
<style>
span { border-color: #A63447; }
span { border-color: rgb(166,52,71); }
td.TdClassName
{
border-color: #A63447;
}
.TagClassName
{
border-color: #A63447;
}
</style>