#A6394A

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

Shades of Night Shadz #A6394A

Tints of Night Shadz #A6394A

Color information

#A6394A (or 0xA6394A) is unknown color: approx Night Shadz. HEX triplet: A6, 39 and 4A. RGB value is (166,57,74). Sum of RGB (Red+Green+Blue) = 166+57+74=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A6394A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6394A is #59C6B5. Grayscale: #5B5B5B. Windows color (decimal): -5883574 or 4864422. OLE color: 4864422.

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

Color convert

RGB1665774-
CMYK00.660.550.35
HSL350.64º48.88%43.73%-
HSV(B)350.64º65.66%65.1%-
XYZ18.4311.537.73-
YUV91.53118.11181.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.89%
GREEN value IS 57 (22.66% from 255) = 19.19%
BLUE value IS 74 (29.30% from 255) = 24.92%
R=55.89%
G=19.19%
B=24.92%

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
Decimal166577400.660.550.35350.6448.8843.73
HexA6394A042372315f312c
Octal24671112010267435376154
Binary10100110111001100101001000010110111100011101011111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6394A; }

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

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

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

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

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

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

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

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