#A4434E

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

Shades of Night Shadz #A4434E

Tints of Night Shadz #A4434E

Color information

#A4434E (or 0xA4434E) is unknown color: approx Night Shadz. HEX triplet: A4, 43 and 4E. RGB value is (164,67,78). Sum of RGB (Red+Green+Blue) = 164+67+78=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A4434E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4434E is #5BBCB1. Grayscale: #616161. Windows color (decimal): -6012082 or 5129124. OLE color: 5129124.

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

Color convert

RGB1646778-
CMYK00.590.520.36
HSL353.2º41.99%45.29%-
HSV(B)353.2º59.15%64.31%-
XYZ18.6912.468.63-
YUV97.26117.14175.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.07%
GREEN value IS 67 (26.56% from 255) = 21.68%
BLUE value IS 78 (30.86% from 255) = 25.24%
R=53.07%
G=21.68%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164677800.590.520.36353.241.9945.29
HexA4434E03B34241612a2d
Octal24410311607364445415255
Binary10100100100001110011100111011110100100100101100001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4434E; }

 p { color: rgb(164,67,78); }

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

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

 a { background-color: rgb(164,67,78); }

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

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

 span { border-color: rgb(164,67,78); }

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