#A6365A

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

Shades of Night Shadz #A6365A

Tints of Night Shadz #A6365A

Color information

#A6365A (or 0xA6365A) is unknown color: approx Night Shadz. HEX triplet: A6, 36 and 5A. RGB value is (166,54,90). Sum of RGB (Red+Green+Blue) = 166+54+90=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A6365A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6365A is #59C9A5. Grayscale: #5B5B5B. Windows color (decimal): -5884326 or 5912230. OLE color: 5912230.

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

Color convert

RGB1665490-
CMYK00.670.460.35
HSL340.71º50.91%43.14%-
HSV(B)340.71º67.47%65.1%-
XYZ18.8911.4810.89-
YUV91.59127.11181.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.55%
GREEN value IS 54 (21.48% from 255) = 17.42%
BLUE value IS 90 (35.55% from 255) = 29.03%
R=53.55%
G=17.42%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166549000.670.460.35340.7150.9143.14
HexA6365A0432E23155332b
Octal24666132010356435256353
Binary10100110110110101101001000011101110100011101010101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6365A; }

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

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

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

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

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

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

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

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