#A6374D

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

Shades of Night Shadz #A6374D

Tints of Night Shadz #A6374D

Color information

#A6374D (or 0xA6374D) is unknown color: approx Night Shadz. HEX triplet: A6, 37 and 4D. RGB value is (166,55,77). Sum of RGB (Red+Green+Blue) = 166+55+77=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A6374D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6374D is #59C8B2. Grayscale: #5A5A5A. Windows color (decimal): -5884083 or 5060518. OLE color: 5060518.

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

Color convert

RGB1665577-
CMYK00.670.540.35
HSL348.11º50.23%43.33%-
HSV(B)348.11º66.87%65.1%-
XYZ18.4311.388.25-
YUV90.7120.27181.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.70%
GREEN value IS 55 (21.88% from 255) = 18.46%
BLUE value IS 77 (30.47% from 255) = 25.84%
R=55.70%
G=18.46%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166557700.670.540.35348.1150.2343.33
HexA6374D043362315c322b
Octal24667115010366435346253
Binary10100110110111100110101000011110110100011101011100110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6374D; }

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

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

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

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

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

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

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

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