#A4424E

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

Shades of Night Shadz #A4424E

Tints of Night Shadz #A4424E

Color information

#A4424E (or 0xA4424E) is unknown color: approx Night Shadz. HEX triplet: A4, 42 and 4E. RGB value is (164,66,78). Sum of RGB (Red+Green+Blue) = 164+66+78=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A4424E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4424E is #5BBDB1. Grayscale: #606060. Windows color (decimal): -6012338 or 5128868. OLE color: 5128868.

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

Color convert

RGB1646678-
CMYK00.600.520.36
HSL352.65º42.61%45.1%-
HSV(B)352.65º59.76%64.31%-
XYZ18.6312.348.61-
YUV96.67117.47176.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.25%
GREEN value IS 66 (26.17% from 255) = 21.43%
BLUE value IS 78 (30.86% from 255) = 25.32%
R=53.25%
G=21.43%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164667800.600.520.36352.6542.6145.1
HexA4424E03C34241612b2d
Octal24410211607464445415355
Binary10100100100001010011100111100110100100100101100001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4424E; }

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

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

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

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

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

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

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

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