#a63646

Color #A63646 Night Shadz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Night Shadz #A63646

Tints of Night Shadz #A63646

Color information

#A63646 (or 0xA63646) is unknown color: approx Night Shadz. HEX triplet: A6, 36 and 46. RGB value is (166,54,70). Sum of RGB (Red+Green+Blue) = 166+54+70=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A63646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63646 is #59C9B9. Grayscale: #595959. Windows color (decimal): -5884346 or 4601510. OLE color: 4601510.

HSL color Cylindrical-coordinate representation of color #A63646: hue angle of 351.43º 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 #A63646 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB1665470-
CMYK00.670.580.35
HSL351.43º50.91%43.14%-
HSV(B)351.43º67.47%65.1%-
XYZ18.1511.197-
YUV89.31117.11182.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 57.24%
GREEN value IS 54 (21.48% from 255) = 18.62%
BLUE value IS 70 (27.73% from 255) = 24.14%
R=57.24%
G=18.62%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166547000.670.580.35351.4350.9143.14
HexA636460433A2315f332b
Octal24666106010372435376353
Binary10100110110110100011001000011111010100011101011111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a63646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a63646; }

 p { color: rgb(166,54,70); }

 H1.HeaderClassName
 {
   color: #a63646;
 }
 .AnyTagClassName
 {
   color: #a63646;
 }
</style>
background-color css

<style>
 a { background-color: #a63646; }

 a { background-color: rgb(166,54,70); }

 div.DivClassName
 {
   background-color: #a63646;
 }
 .BgClassName
 {
   background-color: #a63646;
 }
</style>
border-color css

<style>
 span { border-color: #a63646; }

 span { border-color: rgb(166,54,70); }

 td.TdClassName
 {
   border-color: #a63646;
 }
 .TagClassName
 {
   border-color: #a63646;
 }
</style>