#A6354F

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

Shades of Night Shadz #A6354F

Tints of Night Shadz #A6354F

Color information

#A6354F (or 0xA6354F) is unknown color: approx Night Shadz. HEX triplet: A6, 35 and 4F. RGB value is (166,53,79). Sum of RGB (Red+Green+Blue) = 166+53+79=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A6354F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6354F is #59CAB0. Grayscale: #595959. Windows color (decimal): -5884593 or 5191078. OLE color: 5191078.

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

Color convert

RGB1665379-
CMYK00.680.520.35
HSL346.19º51.6%42.94%-
HSV(B)346.19º68.07%65.1%-
XYZ18.4111.228.59-
YUV89.75121.94182.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.70%
GREEN value IS 53 (21.09% from 255) = 17.79%
BLUE value IS 79 (31.25% from 255) = 26.51%
R=55.70%
G=17.79%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166537900.680.520.35346.1951.642.94
HexA6354F044342315a342b
Octal24665117010464435326453
Binary10100110110101100111101000100110100100011101011010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6354F; }

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

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

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

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

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

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

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

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