#A6384A

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

Shades of Night Shadz #A6384A

Tints of Night Shadz #A6384A

Color information

#A6384A (or 0xA6384A) is unknown color: approx Night Shadz. HEX triplet: A6, 38 and 4A. RGB value is (166,56,74). Sum of RGB (Red+Green+Blue) = 166+56+74=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A6384A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6384A is #59C7B5. Grayscale: #5A5A5A. Windows color (decimal): -5883830 or 4864166. OLE color: 4864166.

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

Color convert

RGB1665674-
CMYK00.660.550.35
HSL350.18º49.55%43.53%-
HSV(B)350.18º66.27%65.1%-
XYZ18.3811.437.72-
YUV90.94118.44181.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.08%
GREEN value IS 56 (22.27% from 255) = 18.92%
BLUE value IS 74 (29.30% from 255) = 25%
R=56.08%
G=18.92%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166567400.660.550.35350.1849.5543.53
HexA6384A042372315e322c
Octal24670112010267435366254
Binary10100110111000100101001000010110111100011101011110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6384A; }

 p { color: rgb(166,56,74); }

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

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

 a { background-color: rgb(166,56,74); }

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

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

 span { border-color: rgb(166,56,74); }

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