#a6334d

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

Shades of Night Shadz #A6334D

Tints of Night Shadz #A6334D

Color information

#A6334D (or 0xA6334D) is unknown color: approx Night Shadz. HEX triplet: A6, 33 and 4D. RGB value is (166,51,77). Sum of RGB (Red+Green+Blue) = 166+51+77=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A6334D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6334D is #59CCB2. Grayscale: #585858. Windows color (decimal): -5885107 or 5059494. OLE color: 5059494.

HSL color Cylindrical-coordinate representation of color #A6334D: hue angle of 346.43º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A6334D is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB1665177-
CMYK00.690.540.35
HSL346.43º53%42.55%-
HSV(B)346.43º69.28%65.1%-
XYZ18.2511.018.18-
YUV88.35121.6183.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.46%
GREEN value IS 51 (20.31% from 255) = 17.35%
BLUE value IS 77 (30.47% from 255) = 26.19%
R=56.46%
G=17.35%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166517700.690.540.35346.435342.55
HexA6334D045362315a352b
Octal24663115010566435326553
Binary10100110110011100110101000101110110100011101011010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6334d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6334d; }

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

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

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

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

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

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

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

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