#A63E46

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

Shades of Night Shadz #A63E46

Tints of Night Shadz #A63E46

Color information

#A63E46 (or 0xA63E46) is unknown color: approx Night Shadz. HEX triplet: A6, 3E and 46. RGB value is (166,62,70). Sum of RGB (Red+Green+Blue) = 166+62+70=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 62 (24.61% from 255 or 20.81% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63E46 is #59C1B9. Grayscale: #5E5E5E. Windows color (decimal): -5882298 or 4603558. OLE color: 4603558.

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

Color convert

RGB1666270-
CMYK00.630.580.35
HSL355.38º45.61%44.71%-
HSV(B)355.38º62.65%65.1%-
XYZ18.5511.997.13-
YUV94.01114.46179.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.70%
GREEN value IS 62 (24.61% from 255) = 20.81%
BLUE value IS 70 (27.73% from 255) = 23.49%
R=55.70%
G=20.81%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166627000.630.580.35355.3845.6144.71
HexA63E4603F3A231632e2d
Octal2467610607772435435655
Binary1010011011111010001100111111111010100011101100011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63E46; }

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

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

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

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

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

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

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

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