#A0384D

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

Shades of Night Shadz #A0384D

Tints of Night Shadz #A0384D

Color information

#A0384D (or 0xA0384D) is unknown color: approx Night Shadz. HEX triplet: A0, 38 and 4D. RGB value is (160,56,77). Sum of RGB (Red+Green+Blue) = 160+56+77=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A0384D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0384D is #5FC7B2. Grayscale: #595959. Windows color (decimal): -6277043 or 5060768. OLE color: 5060768.

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

Color convert

RGB1605677-
CMYK00.650.520.37
HSL347.88º48.15%42.35%-
HSV(B)347.88º65%62.75%-
XYZ17.2510.848.2-
YUV89.49120.96178.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.61%
GREEN value IS 56 (22.27% from 255) = 19.11%
BLUE value IS 77 (30.47% from 255) = 26.28%
R=54.61%
G=19.11%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160567700.650.520.37347.8848.1542.35
HexA0384D041342515c302a
Octal24070115010164455346052
Binary10100000111000100110101000001110100100101101011100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0384D; }

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

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

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

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

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

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

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

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