#A6384E

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

Shades of Night Shadz #A6384E

Tints of Night Shadz #A6384E

Color information

#A6384E (or 0xA6384E) is unknown color: approx Night Shadz. HEX triplet: A6, 38 and 4E. RGB value is (166,56,78). Sum of RGB (Red+Green+Blue) = 166+56+78=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A6384E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6384E is #59C7B1. Grayscale: #5B5B5B. Windows color (decimal): -5883826 or 5126310. OLE color: 5126310.

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

Color convert

RGB1665678-
CMYK00.660.530.35
HSL348º49.55%43.53%-
HSV(B)348º66.27%65.1%-
XYZ18.5211.498.45-
YUV91.4120.44181.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.33%
GREEN value IS 56 (22.27% from 255) = 18.67%
BLUE value IS 78 (30.86% from 255) = 26%
R=55.33%
G=18.67%
B=26%

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
Decimal166567800.660.530.3534849.5543.53
HexA6384E042352315c322c
Octal24670116010265435346254
Binary10100110111000100111001000010110101100011101011100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6384E; }

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

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

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

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

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

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

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

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