#A4384C

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

Shades of Night Shadz #A4384C

Tints of Night Shadz #A4384C

Color information

#A4384C (or 0xA4384C) is unknown color: approx Night Shadz. HEX triplet: A4, 38 and 4C. RGB value is (164,56,76). Sum of RGB (Red+Green+Blue) = 164+56+76=296 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.41% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 164 - color contains mainly: red. Hex color #A4384C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4384C is #5BC7B3. Grayscale: #5A5A5A. Windows color (decimal): -6014900 or 4995236. OLE color: 4995236.

HSL color Cylindrical-coordinate representation of color #A4384C: hue angle of 348.89º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A4384C is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB1645676-
CMYK00.660.540.36
HSL348.89º49.09%43.14%-
HSV(B)348.89º65.85%64.31%-
XYZ18.0311.248.06-
YUV90.57119.78180.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.41%
GREEN value IS 56 (22.27% from 255) = 18.92%
BLUE value IS 76 (30.08% from 255) = 25.68%
R=55.41%
G=18.92%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164567600.660.540.36348.8949.0943.14
HexA4384C042362415d312b
Octal24470114010266445356153
Binary10100100111000100110001000010110110100100101011101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4384C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4384C; }

 p { color: rgb(164,56,76); }

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

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

 a { background-color: rgb(164,56,76); }

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

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

 span { border-color: rgb(164,56,76); }

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