#A6355A

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

Shades of Night Shadz #A6355A

Tints of Night Shadz #A6355A

Color information

#A6355A (or 0xA6355A) is unknown color: approx Night Shadz. HEX triplet: A6, 35 and 5A. RGB value is (166,53,90). Sum of RGB (Red+Green+Blue) = 166+53+90=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A6355A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6355A is #59CAA5. Grayscale: #5A5A5A. Windows color (decimal): -5884582 or 5911974. OLE color: 5911974.

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

Color convert

RGB1665390-
CMYK00.680.460.35
HSL340.35º51.6%42.94%-
HSV(B)340.35º68.07%65.1%-
XYZ18.8411.3910.88-
YUV91.01127.44181.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.72%
GREEN value IS 53 (21.09% from 255) = 17.15%
BLUE value IS 90 (35.55% from 255) = 29.13%
R=53.72%
G=17.15%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166539000.680.460.35340.3551.642.94
HexA6355A0442E23154342b
Octal24665132010456435246453
Binary10100110110101101101001000100101110100011101010100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6355A; }

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

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

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

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

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

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

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

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