#A6334A

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

Shades of Night Shadz #A6334A

Tints of Night Shadz #A6334A

Color information

#A6334A (or 0xA6334A) is unknown color: approx Night Shadz. HEX triplet: A6, 33 and 4A. RGB value is (166,51,74). Sum of RGB (Red+Green+Blue) = 166+51+74=291 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.04% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 166 - color contains mainly: red. Hex color #A6334A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6334A is #59CCB5. Grayscale: #585858. Windows color (decimal): -5885110 or 4862886. OLE color: 4862886.

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

Color convert

RGB1665174-
CMYK00.690.550.35
HSL348º53%42.55%-
HSV(B)348º69.28%65.1%-
XYZ18.1510.977.64-
YUV88.01120.1183.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.04%
GREEN value IS 51 (20.31% from 255) = 17.53%
BLUE value IS 74 (29.30% from 255) = 25.43%
R=57.04%
G=17.53%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166517400.690.550.353485342.55
HexA6334A045372315c352b
Octal24663112010567435346553
Binary10100110110011100101001000101110111100011101011100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6334A; }

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

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

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

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

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

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

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

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