#A5425B

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

Shades of Night Shadz #A5425B

Tints of Night Shadz #A5425B

Color information

#A5425B (or 0xA5425B) is unknown color: approx Night Shadz. HEX triplet: A5, 42 and 5B. RGB value is (165,66,91). Sum of RGB (Red+Green+Blue) = 165+66+91=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A5425B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5425B is #5ABDA4. Grayscale: #626262. Windows color (decimal): -5946789 or 5980837. OLE color: 5980837.

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

Color convert

RGB1656691-
CMYK00.600.450.35
HSL344.85º42.86%45.29%-
HSV(B)344.85º60%64.71%-
XYZ19.3512.6511.32-
YUV98.45123.8175.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.24%
GREEN value IS 66 (26.17% from 255) = 20.50%
BLUE value IS 91 (35.94% from 255) = 28.26%
R=51.24%
G=20.50%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165669100.600.450.35344.8542.8645.29
HexA5425B03C2D231592b2d
Octal24510213307455435315355
Binary10100101100001010110110111100101101100011101011001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5425B; }

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

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

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

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

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

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

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

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