#A5384C

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

Shades of Night Shadz #A5384C

Tints of Night Shadz #A5384C

Color information

#A5384C (or 0xA5384C) is unknown color: approx Night Shadz. HEX triplet: A5, 38 and 4C. RGB value is (165,56,76). Sum of RGB (Red+Green+Blue) = 165+56+76=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A5384C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5384C is #5AC7B3. Grayscale: #5A5A5A. Windows color (decimal): -5949364 or 4995237. OLE color: 4995237.

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

Color convert

RGB1655676-
CMYK00.660.540.35
HSL348.99º49.32%43.33%-
HSV(B)348.99º66.06%64.71%-
XYZ18.2411.358.07-
YUV90.87119.61180.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.56%
GREEN value IS 56 (22.27% from 255) = 18.86%
BLUE value IS 76 (30.08% from 255) = 25.59%
R=55.56%
G=18.86%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165567600.660.540.35348.9949.3243.33
HexA5384C042362315d312b
Octal24570114010266435356153
Binary10100101111000100110001000010110110100011101011101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5384C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5384C; }

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

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

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

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

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

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

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

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