#A6365B

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

Shades of Night Shadz #A6365B

Tints of Night Shadz #A6365B

Color information

#A6365B (or 0xA6365B) is unknown color: approx Night Shadz. HEX triplet: A6, 36 and 5B. RGB value is (166,54,91). Sum of RGB (Red+Green+Blue) = 166+54+91=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A6365B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6365B is #59C9A4. Grayscale: #5B5B5B. Windows color (decimal): -5884325 or 5977766. OLE color: 5977766.

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

Color convert

RGB1665491-
CMYK00.670.450.35
HSL340.18º50.91%43.14%-
HSV(B)340.18º67.47%65.1%-
XYZ18.9311.511.12-
YUV91.71127.61180.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.38%
GREEN value IS 54 (21.48% from 255) = 17.36%
BLUE value IS 91 (35.94% from 255) = 29.26%
R=53.38%
G=17.36%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166549100.670.450.35340.1850.9143.14
HexA6365B0432D23154332b
Octal24666133010355435246353
Binary10100110110110101101101000011101101100011101010100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6365B; }

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

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

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

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

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

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

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

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