Shades of Night Shadz #A63653
Tints of Night Shadz #A63653
RGB
CMYK
RGB Variations
Color information
#A63653 (or 0xA63653) is known color: Night Shadz. HEX triplet: A6, 36 and 53. RGB value is (166,54,83). Sum of RGB (Red+Green+Blue) = 166+54+83=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A63653 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63653 is #59C9AC. Grayscale: #5A5A5A. Windows color (decimal): -5884333 or 5453478. OLE color: 5453478.
HSL color Cylindrical-coordinate representation of color #A63653: hue angle of 344.46º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A63653 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 54 | 83 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.35 |
| HSL | 344.46º | 0.51% | 0.43% | - |
| HSV(B) | 344.46º | 0.67% | 0.65% | - |
| XYZ | 18.61 | 11.37 | 9.4 | - |
| YUV | 90.79 | 123.61 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 54 | 83 | 0 | 0.67 | 0.50 | 0.35 | 344.46 | 0.51 | 0.43 |
| Hex | A6 | 36 | 53 | 0 | 43 | 32 | 23 | 158 | 33 | 2B |
| Octal | 246 | 66 | 123 | 0 | 103 | 62 | 43 | 530 | 63 | 53 |
| Binary | 10100110 | 110110 | 1010011 | 0 | 1000011 | 110010 | 100011 | 101011000 | 110011 | 101011 |
Color Harmonies of #A63653
Complementary color
Monochromatic Colors of #A63653
Black with #A63653
Text Example
Text Example
White with #A63653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63653; }
p { color: rgb(166,54,83); }
H1.HeaderClassName
{
color: #A63653;
}
.AnyTagClassName
{
color: #A63653;
}
</style>
background-color css
<style>
a { background-color: #A63653; }
a { background-color: rgb(166,54,83); }
div.DivClassName
{
background-color: #A63653;
}
.BgClassName
{
background-color: #A63653;
}
</style>
border-color css
<style>
span { border-color: #A63653; }
span { border-color: rgb(166,54,83); }
td.TdClassName
{
border-color: #A63653;
}
.TagClassName
{
border-color: #A63653;
}
</style>