#A4404A

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

Shades of Night Shadz #A4404A

Tints of Night Shadz #A4404A

Color information

#A4404A (or 0xA4404A) is unknown color: approx Night Shadz. HEX triplet: A4, 40 and 4A. RGB value is (164,64,74). Sum of RGB (Red+Green+Blue) = 164+64+74=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A4404A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4404A is #5BBFB5. Grayscale: #5F5F5F. Windows color (decimal): -6012854 or 4866212. OLE color: 4866212.

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

Color convert

RGB1646474-
CMYK00.610.550.36
HSL354º43.86%44.71%-
HSV(B)354º60.98%64.31%-
XYZ18.3812.057.84-
YUV95.04116.13177.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.30%
GREEN value IS 64 (25.39% from 255) = 21.19%
BLUE value IS 74 (29.30% from 255) = 24.50%
R=54.30%
G=21.19%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164647400.610.550.3635443.8644.71
HexA4404A03D37241622c2d
Octal24410011207567445425455
Binary10100100100000010010100111101110111100100101100010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4404A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4404A; }

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

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

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

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

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

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

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

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