#A4394A

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

Shades of Night Shadz #A4394A

Tints of Night Shadz #A4394A

Color information

#A4394A (or 0xA4394A) is unknown color: approx Night Shadz. HEX triplet: A4, 39 and 4A. RGB value is (164,57,74). Sum of RGB (Red+Green+Blue) = 164+57+74=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A4394A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4394A is #5BC6B5. Grayscale: #5A5A5A. Windows color (decimal): -6014646 or 4864420. OLE color: 4864420.

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

Color convert

RGB1645774-
CMYK00.650.550.36
HSL350.47º48.42%43.33%-
HSV(B)350.47º65.24%64.31%-
XYZ18.0111.317.71-
YUV90.93118.45180.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.59%
GREEN value IS 57 (22.66% from 255) = 19.32%
BLUE value IS 74 (29.30% from 255) = 25.08%
R=55.59%
G=19.32%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164577400.650.550.36350.4748.4243.33
HexA4394A041372415e302b
Octal24471112010167445366053
Binary10100100111001100101001000001110111100100101011110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4394A; }

 p { color: rgb(164,57,74); }

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

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

 a { background-color: rgb(164,57,74); }

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

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

 span { border-color: rgb(164,57,74); }

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