#A4414D

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

Shades of Night Shadz #A4414D

Tints of Night Shadz #A4414D

Color information

#A4414D (or 0xA4414D) is unknown color: approx Night Shadz. HEX triplet: A4, 41 and 4D. RGB value is (164,65,77). Sum of RGB (Red+Green+Blue) = 164+65+77=306 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.59% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 164 - color contains mainly: red. Hex color #A4414D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4414D is #5BBEB2. Grayscale: #606060. Windows color (decimal): -6012595 or 5063076. OLE color: 5063076.

HSL color Cylindrical-coordinate representation of color #A4414D: hue angle of 352.73º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A4414D is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB1646577-
CMYK00.600.530.36
HSL352.73º43.23%44.9%-
HSV(B)352.73º60.37%64.31%-
XYZ18.5412.218.4-
YUV95.97117.3176.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.59%
GREEN value IS 65 (25.78% from 255) = 21.24%
BLUE value IS 77 (30.47% from 255) = 25.16%
R=53.59%
G=21.24%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164657700.600.530.36352.7343.2344.9
HexA4414D03C35241612b2d
Octal24410111507465445415355
Binary10100100100000110011010111100110101100100101100001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4414D; }

 p { color: rgb(164,65,77); }

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

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

 a { background-color: rgb(164,65,77); }

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

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

 span { border-color: rgb(164,65,77); }

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