#A5424A

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

Shades of Night Shadz #A5424A

Tints of Night Shadz #A5424A

Color information

#A5424A (or 0xA5424A) is unknown color: approx Night Shadz. HEX triplet: A5, 42 and 4A. RGB value is (165,66,74). Sum of RGB (Red+Green+Blue) = 165+66+74=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A5424A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5424A is #5ABDB5. Grayscale: #606060. Windows color (decimal): -5946806 or 4866725. OLE color: 4866725.

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

Color convert

RGB1656674-
CMYK00.600.550.35
HSL355.15º42.86%45.29%-
HSV(B)355.15º60%64.71%-
XYZ18.712.397.88-
YUV96.51115.3176.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.10%
GREEN value IS 66 (26.17% from 255) = 21.64%
BLUE value IS 74 (29.30% from 255) = 24.26%
R=54.10%
G=21.64%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165667400.600.550.35355.1542.8645.29
HexA5424A03C37231632b2d
Octal24510211207467435435355
Binary10100101100001010010100111100110111100011101100011101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5424A; }

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

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

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

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

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

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

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

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