#A5364E

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

Shades of Night Shadz #A5364E

Tints of Night Shadz #A5364E

Color information

#A5364E (or 0xA5364E) is unknown color: approx Night Shadz. HEX triplet: A5, 36 and 4E. RGB value is (165,54,78). Sum of RGB (Red+Green+Blue) = 165+54+78=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A5364E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5364E is #5AC9B1. Grayscale: #595959. Windows color (decimal): -5949874 or 5125797. OLE color: 5125797.

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

Color convert

RGB1655478-
CMYK00.670.530.35
HSL347.03º50.68%42.94%-
HSV(B)347.03º67.27%64.71%-
XYZ18.2111.198.41-
YUV89.92121.27181.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.56%
GREEN value IS 54 (21.48% from 255) = 18.18%
BLUE value IS 78 (30.86% from 255) = 26.26%
R=55.56%
G=18.18%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165547800.670.530.35347.0350.6842.94
HexA5364E043352315b332b
Octal24566116010365435336353
Binary10100101110110100111001000011110101100011101011011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5364E; }

 p { color: rgb(165,54,78); }

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

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

 a { background-color: rgb(165,54,78); }

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

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

 span { border-color: rgb(165,54,78); }

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