#A63347

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

Shades of Night Shadz #A63347

Tints of Night Shadz #A63347

Color information

#A63347 (or 0xA63347) is unknown color: approx Night Shadz. HEX triplet: A6, 33 and 47. RGB value is (166,51,71). Sum of RGB (Red+Green+Blue) = 166+51+71=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A63347 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63347 is #59CCB8. Grayscale: #575757. Windows color (decimal): -5885113 or 4666278. OLE color: 4666278.

HSL color Cylindrical-coordinate representation of color #A63347: hue angle of 349.57º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A63347 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB1665171-
CMYK00.690.570.35
HSL349.57º53%42.55%-
HSV(B)349.57º69.28%65.1%-
XYZ18.0510.937.12-
YUV87.66118.6183.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.64%
GREEN value IS 51 (20.31% from 255) = 17.71%
BLUE value IS 71 (28.12% from 255) = 24.65%
R=57.64%
G=17.71%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166517100.690.570.35349.575342.55
HexA63347045392315e352b
Octal24663107010571435366553
Binary10100110110011100011101000101111001100011101011110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63347; }

 p { color: rgb(166,51,71); }

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

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

 a { background-color: rgb(166,51,71); }

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

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

 span { border-color: rgb(166,51,71); }

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