#A5425A

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

Shades of Night Shadz #A5425A

Tints of Night Shadz #A5425A

Color information

#A5425A (or 0xA5425A) is unknown color: approx Night Shadz. HEX triplet: A5, 42 and 5A. RGB value is (165,66,90). Sum of RGB (Red+Green+Blue) = 165+66+90=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A5425A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5425A is #5ABDA5. Grayscale: #626262. Windows color (decimal): -5946790 or 5915301. OLE color: 5915301.

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

Color convert

RGB1656690-
CMYK00.600.450.35
HSL345.45º42.86%45.29%-
HSV(B)345.45º60%64.71%-
XYZ19.3112.6311.09-
YUV98.34123.3175.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.40%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 90 (35.55% from 255) = 28.04%
R=51.40%
G=20.56%
B=28.04%

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
Decimal165669000.600.450.35345.4542.8645.29
HexA5425A03C2D231592b2d
Octal24510213207455435315355
Binary10100101100001010110100111100101101100011101011001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5425A; }

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

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

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

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

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

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

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

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