#A4444E

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

Shades of Night Shadz #A4444E

Tints of Night Shadz #A4444E

Color information

#A4444E (or 0xA4444E) is unknown color: approx Night Shadz. HEX triplet: A4, 44 and 4E. RGB value is (164,68,78). Sum of RGB (Red+Green+Blue) = 164+68+78=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A4444E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4444E is #5BBBB1. Grayscale: #616161. Windows color (decimal): -6011826 or 5129380. OLE color: 5129380.

HSL color Cylindrical-coordinate representation of color #A4444E: hue angle of 353.75º degrees, saturation: 0.41, 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 #A4444E is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB1646878-
CMYK00.590.520.36
HSL353.75º41.38%45.49%-
HSV(B)353.75º58.54%64.31%-
XYZ18.7512.588.65-
YUV97.84116.8175.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.90%
GREEN value IS 68 (26.95% from 255) = 21.94%
BLUE value IS 78 (30.86% from 255) = 25.16%
R=52.90%
G=21.94%
B=25.16%

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
Decimal164687800.590.520.36353.7541.3845.49
HexA4444E03B3424162292d
Octal24410411607364445425155
Binary10100100100010010011100111011110100100100101100010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4444E; }

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

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

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

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

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

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

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

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