#A6394D

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

Shades of Night Shadz #A6394D

Tints of Night Shadz #A6394D

Color information

#A6394D (or 0xA6394D) is unknown color: approx Night Shadz. HEX triplet: A6, 39 and 4D. RGB value is (166,57,77). Sum of RGB (Red+Green+Blue) = 166+57+77=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A6394D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6394D is #59C6B2. Grayscale: #5B5B5B. Windows color (decimal): -5883571 or 5061030. OLE color: 5061030.

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

Color convert

RGB1665777-
CMYK00.660.540.35
HSL348.99º48.88%43.73%-
HSV(B)348.99º65.66%65.1%-
XYZ18.5311.578.28-
YUV91.87119.61180.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.33%
GREEN value IS 57 (22.66% from 255) = 19%
BLUE value IS 77 (30.47% from 255) = 25.67%
R=55.33%
G=19%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166577700.660.540.35348.9948.8843.73
HexA6394D042362315d312c
Octal24671115010266435356154
Binary10100110111001100110101000010110110100011101011101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6394D; }

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

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

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

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

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

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

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

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