#A6394E

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

Shades of Night Shadz #A6394E

Tints of Night Shadz #A6394E

Color information

#A6394E (or 0xA6394E) is unknown color: approx Night Shadz. HEX triplet: A6, 39 and 4E. RGB value is (166,57,78). Sum of RGB (Red+Green+Blue) = 166+57+78=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A6394E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6394E is #59C6B1. Grayscale: #5C5C5C. Windows color (decimal): -5883570 or 5126566. OLE color: 5126566.

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

Color convert

RGB1665778-
CMYK00.660.530.35
HSL348.44º48.88%43.73%-
HSV(B)348.44º65.66%65.1%-
XYZ18.5611.588.47-
YUV91.98120.11180.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.15%
GREEN value IS 57 (22.66% from 255) = 18.94%
BLUE value IS 78 (30.86% from 255) = 25.91%
R=55.15%
G=18.94%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166577800.660.530.35348.4448.8843.73
HexA6394E042352315c312c
Octal24671116010265435346154
Binary10100110111001100111001000010110101100011101011100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6394E; }

 p { color: rgb(166,57,78); }

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

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

 a { background-color: rgb(166,57,78); }

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

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

 span { border-color: rgb(166,57,78); }

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