#A5424C

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

Shades of Night Shadz #A5424C

Tints of Night Shadz #A5424C

Color information

#A5424C (or 0xA5424C) is unknown color: approx Night Shadz. HEX triplet: A5, 42 and 4C. RGB value is (165,66,76). Sum of RGB (Red+Green+Blue) = 165+66+76=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A5424C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5424C is #5ABDB3. Grayscale: #606060. Windows color (decimal): -5946804 or 4997797. OLE color: 4997797.

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

Color convert

RGB1656676-
CMYK00.600.540.35
HSL353.94º42.86%45.29%-
HSV(B)353.94º60%64.71%-
XYZ18.7712.428.25-
YUV96.74116.3176.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.75%
GREEN value IS 66 (26.17% from 255) = 21.50%
BLUE value IS 76 (30.08% from 255) = 24.76%
R=53.75%
G=21.50%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165667600.600.540.35353.9442.8645.29
HexA5424C03C36231622b2d
Octal24510211407466435425355
Binary10100101100001010011000111100110110100011101100010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5424C; }

 p { color: rgb(165,66,76); }

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

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

 a { background-color: rgb(165,66,76); }

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

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

 span { border-color: rgb(165,66,76); }

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