#A6395B

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

Shades of Night Shadz #A6395B

Tints of Night Shadz #A6395B

Color information

#A6395B (or 0xA6395B) is unknown color: approx Night Shadz. HEX triplet: A6, 39 and 5B. RGB value is (166,57,91). Sum of RGB (Red+Green+Blue) = 166+57+91=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A6395B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6395B is #59C6A4. Grayscale: #5D5D5D. Windows color (decimal): -5883557 or 5978534. OLE color: 5978534.

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

Color convert

RGB1665791-
CMYK00.660.450.35
HSL341.28º48.88%43.73%-
HSV(B)341.28º65.66%65.1%-
XYZ19.0811.7911.17-
YUV93.47126.61179.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.87%
GREEN value IS 57 (22.66% from 255) = 18.15%
BLUE value IS 91 (35.94% from 255) = 28.98%
R=52.87%
G=18.15%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166579100.660.450.35341.2848.8843.73
HexA6395B0422D23155312c
Octal24671133010255435256154
Binary10100110111001101101101000010101101100011101010101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6395B; }

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

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

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

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

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

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

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

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