#A6374E

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

Shades of Night Shadz #A6374E

Tints of Night Shadz #A6374E

Color information

#A6374E (or 0xA6374E) is unknown color: approx Night Shadz. HEX triplet: A6, 37 and 4E. RGB value is (166,55,78). Sum of RGB (Red+Green+Blue) = 166+55+78=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A6374E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6374E is #59C8B1. Grayscale: #5A5A5A. Windows color (decimal): -5884082 or 5126054. OLE color: 5126054.

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

Color convert

RGB1665578-
CMYK00.670.530.35
HSL347.57º50.23%43.33%-
HSV(B)347.57º66.87%65.1%-
XYZ18.4711.398.43-
YUV90.81120.77181.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.52%
GREEN value IS 55 (21.88% from 255) = 18.39%
BLUE value IS 78 (30.86% from 255) = 26.09%
R=55.52%
G=18.39%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166557800.670.530.35347.5750.2343.33
HexA6374E043352315c322b
Octal24667116010365435346253
Binary10100110110111100111001000011110101100011101011100110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6374E; }

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

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

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

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

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

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

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

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