#A63E55

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

Shades of Night Shadz #A63E55

Tints of Night Shadz #A63E55

Color information

#A63E55 (or 0xA63E55) is unknown color: approx Night Shadz. HEX triplet: A6, 3E and 55. RGB value is (166,62,85). Sum of RGB (Red+Green+Blue) = 166+62+85=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63E55 is #59C1AA. Grayscale: #5F5F5F. Windows color (decimal): -5882283 or 5586598. OLE color: 5586598.

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

Color convert

RGB1666285-
CMYK00.630.490.35
HSL346.73º45.61%44.71%-
HSV(B)346.73º62.65%65.1%-
XYZ19.0912.219.94-
YUV95.72121.96178.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.04%
GREEN value IS 62 (24.61% from 255) = 19.81%
BLUE value IS 85 (33.59% from 255) = 27.16%
R=53.04%
G=19.81%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166628500.630.490.35346.7345.6144.71
HexA63E5503F312315b2e2d
Octal2467612507761435335655
Binary1010011011111010101010111111110001100011101011011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63E55; }

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

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

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

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

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

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

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

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