#A63E56

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

Shades of Night Shadz #A63E56

Tints of Night Shadz #A63E56

Color information

#A63E56 (or 0xA63E56) is unknown color: approx Night Shadz. HEX triplet: A6, 3E and 56. RGB value is (166,62,86). Sum of RGB (Red+Green+Blue) = 166+62+86=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63E56 is #59C1A9. Grayscale: #5F5F5F. Windows color (decimal): -5882282 or 5652134. OLE color: 5652134.

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

Color convert

RGB1666286-
CMYK00.630.480.35
HSL346.15º45.61%44.71%-
HSV(B)346.15º62.65%65.1%-
XYZ19.1312.2210.16-
YUV95.83122.46178.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.87%
GREEN value IS 62 (24.61% from 255) = 19.75%
BLUE value IS 86 (33.98% from 255) = 27.39%
R=52.87%
G=19.75%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166628600.630.480.35346.1545.6144.71
HexA63E5603F302315a2e2d
Octal2467612607760435325655
Binary1010011011111010101100111111110000100011101011010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63E56; }

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

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

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

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

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

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

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

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