#A63E49

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

Shades of Night Shadz #A63E49

Tints of Night Shadz #A63E49

Color information

#A63E49 (or 0xA63E49) is unknown color: approx Night Shadz. HEX triplet: A6, 3E and 49. RGB value is (166,62,73). Sum of RGB (Red+Green+Blue) = 166+62+73=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63E49 is #59C1B6. Grayscale: #5E5E5E. Windows color (decimal): -5882295 or 4800166. OLE color: 4800166.

HSL color Cylindrical-coordinate representation of color #A63E49: hue angle of 353.65º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A63E49 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB1666273-
CMYK00.630.560.35
HSL353.65º45.61%44.71%-
HSV(B)353.65º62.65%65.1%-
XYZ18.6512.037.64-
YUV94.35115.96179.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.15%
GREEN value IS 62 (24.61% from 255) = 20.60%
BLUE value IS 73 (28.91% from 255) = 24.25%
R=55.15%
G=20.60%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166627300.630.560.35353.6545.6144.71
HexA63E4903F38231622e2d
Octal2467611107770435425655
Binary1010011011111010010010111111111000100011101100010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63E49; }

 p { color: rgb(166,62,73); }

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

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

 a { background-color: rgb(166,62,73); }

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

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

 span { border-color: rgb(166,62,73); }

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