Shades of Night Shadz #A63549
Tints of Night Shadz #A63549
RGB
CMYK
RGB Variations
Color information
#A63549 (or 0xA63549) is known color: Night Shadz. HEX triplet: A6, 35 and 49. RGB value is (166,53,73). Sum of RGB (Red+Green+Blue) = 166+53+73=292 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.85% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 166 - color contains mainly: red. Hex color #A63549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63549 is #59CAB6. Grayscale: #595959. Windows color (decimal): -5884599 or 4797862. OLE color: 4797862.
HSL color Cylindrical-coordinate representation of color #A63549: hue angle of 349.38º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A63549 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 53 | 73 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.35 |
| HSL | 349.38º | 0.52% | 0.43% | - |
| HSV(B) | 349.38º | 0.68% | 0.65% | - |
| XYZ | 18.2 | 11.13 | 7.49 | - |
| YUV | 89.07 | 118.94 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 73 | 0 | 0.68 | 0.56 | 0.35 | 349.38 | 0.52 | 0.43 |
| Hex | A6 | 35 | 49 | 0 | 44 | 38 | 23 | 15D | 34 | 2B |
| Octal | 246 | 65 | 111 | 0 | 104 | 70 | 43 | 535 | 64 | 53 |
| Binary | 10100110 | 110101 | 1001001 | 0 | 1000100 | 111000 | 100011 | 101011101 | 110100 | 101011 |
Color Harmonies of #A63549
Complementary color
Monochromatic Colors of #A63549
Black with #A63549
Text Example
Text Example
White with #A63549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63549; }
p { color: rgb(166,53,73); }
H1.HeaderClassName
{
color: #A63549;
}
.AnyTagClassName
{
color: #A63549;
}
</style>
background-color css
<style>
a { background-color: #A63549; }
a { background-color: rgb(166,53,73); }
div.DivClassName
{
background-color: #A63549;
}
.BgClassName
{
background-color: #A63549;
}
</style>
border-color css
<style>
span { border-color: #A63549; }
span { border-color: rgb(166,53,73); }
td.TdClassName
{
border-color: #A63549;
}
.TagClassName
{
border-color: #A63549;
}
</style>