#A6354B

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

Shades of Night Shadz #A6354B

Tints of Night Shadz #A6354B

Color information

#A6354B (or 0xA6354B) is unknown color: approx Night Shadz. HEX triplet: A6, 35 and 4B. RGB value is (166,53,75). Sum of RGB (Red+Green+Blue) = 166+53+75=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A6354B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6354B is #59CAB4. Grayscale: #595959. Windows color (decimal): -5884597 or 4928934. OLE color: 4928934.

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

Color convert

RGB1665375-
CMYK00.680.550.35
HSL348.32º51.6%42.94%-
HSV(B)348.32º68.07%65.1%-
XYZ18.2711.167.85-
YUV89.3119.94182.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.46%
GREEN value IS 53 (21.09% from 255) = 18.03%
BLUE value IS 75 (29.69% from 255) = 25.51%
R=56.46%
G=18.03%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166537500.680.550.35348.3251.642.94
HexA6354B044372315c342b
Octal24665113010467435346453
Binary10100110110101100101101000100110111100011101011100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6354B; }

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

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

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

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

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

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

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

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