#A0384A

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

Shades of Night Shadz #A0384A

Tints of Night Shadz #A0384A

Color information

#A0384A (or 0xA0384A) is unknown color: approx Night Shadz. HEX triplet: A0, 38 and 4A. RGB value is (160,56,74). Sum of RGB (Red+Green+Blue) = 160+56+74=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A0384A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0384A is #5FC7B5. Grayscale: #595959. Windows color (decimal): -6277046 or 4864160. OLE color: 4864160.

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

Color convert

RGB1605674-
CMYK00.650.540.37
HSL349.62º48.15%42.35%-
HSV(B)349.62º65%62.75%-
XYZ17.1510.87.66-
YUV89.15119.46178.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.17%
GREEN value IS 56 (22.27% from 255) = 19.31%
BLUE value IS 74 (29.30% from 255) = 25.52%
R=55.17%
G=19.31%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160567400.650.540.37349.6248.1542.35
HexA0384A041362515e302a
Octal24070112010166455366052
Binary10100000111000100101001000001110110100101101011110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0384A; }

 p { color: rgb(160,56,74); }

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

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

 a { background-color: rgb(160,56,74); }

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

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

 span { border-color: rgb(160,56,74); }

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