#A0364B

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

Shades of Night Shadz #A0364B

Tints of Night Shadz #A0364B

Color information

#A0364B (or 0xA0364B) is unknown color: approx Night Shadz. HEX triplet: A0, 36 and 4B. RGB value is (160,54,75). Sum of RGB (Red+Green+Blue) = 160+54+75=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A0364B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0364B is #5FC9B4. Grayscale: #585858. Windows color (decimal): -6277557 or 4929184. OLE color: 4929184.

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

Color convert

RGB1605475-
CMYK00.660.530.37
HSL348.11º49.53%41.96%-
HSV(B)348.11º66.25%62.75%-
XYZ17.0910.627.81-
YUV88.09120.62179.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.36%
GREEN value IS 54 (21.48% from 255) = 18.69%
BLUE value IS 75 (29.69% from 255) = 25.95%
R=55.36%
G=18.69%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160547500.660.530.37348.1149.5341.96
HexA0364B042352515c322a
Octal24066113010265455346252
Binary10100000110110100101101000010110101100101101011100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0364B; }

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

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

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

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

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

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

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

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