#A6354C

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

Shades of Night Shadz #A6354C

Tints of Night Shadz #A6354C

Color information

#A6354C (or 0xA6354C) is unknown color: approx Night Shadz. HEX triplet: A6, 35 and 4C. RGB value is (166,53,76). Sum of RGB (Red+Green+Blue) = 166+53+76=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A6354C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6354C is #59CAB3. Grayscale: #595959. Windows color (decimal): -5884596 or 4994470. OLE color: 4994470.

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

Color convert

RGB1665376-
CMYK00.680.540.35
HSL347.79º51.6%42.94%-
HSV(B)347.79º68.07%65.1%-
XYZ18.311.188.03-
YUV89.41120.44182.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.27%
GREEN value IS 53 (21.09% from 255) = 17.97%
BLUE value IS 76 (30.08% from 255) = 25.76%
R=56.27%
G=17.97%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166537600.680.540.35347.7951.642.94
HexA6354C044362315c342b
Octal24665114010466435346453
Binary10100110110101100110001000100110110100011101011100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6354C; }

 p { color: rgb(166,53,76); }

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

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

 a { background-color: rgb(166,53,76); }

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

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

 span { border-color: rgb(166,53,76); }

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