#A0364D

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

Shades of Night Shadz #A0364D

Tints of Night Shadz #A0364D

Color information

#A0364D (or 0xA0364D) is unknown color: approx Night Shadz. HEX triplet: A0, 36 and 4D. RGB value is (160,54,77). Sum of RGB (Red+Green+Blue) = 160+54+77=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A0364D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0364D is #5FC9B2. Grayscale: #585858. Windows color (decimal): -6277555 or 5060256. OLE color: 5060256.

HSL color Cylindrical-coordinate representation of color #A0364D: hue angle of 346.98º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0364D is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB1605477-
CMYK00.660.520.37
HSL346.98º49.53%41.96%-
HSV(B)346.98º66.25%62.75%-
XYZ17.1610.658.17-
YUV88.32121.62179.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.98%
GREEN value IS 54 (21.48% from 255) = 18.56%
BLUE value IS 77 (30.47% from 255) = 26.46%
R=54.98%
G=18.56%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160547700.660.520.37346.9849.5341.96
HexA0364D042342515b322a
Octal24066115010264455336252
Binary10100000110110100110101000010110100100101101011011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0364D; }

 p { color: rgb(160,54,77); }

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

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

 a { background-color: rgb(160,54,77); }

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

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

 span { border-color: rgb(160,54,77); }

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