#A53A5A

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

Shades of Night Shadz #A53A5A

Tints of Night Shadz #A53A5A

Color information

#A53A5A (or 0xA53A5A) is unknown color: approx Night Shadz. HEX triplet: A5, 3A and 5A. RGB value is (165,58,90). Sum of RGB (Red+Green+Blue) = 165+58+90=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53A5A is #5AC5A5. Grayscale: #5D5D5D. Windows color (decimal): -5948838 or 5913253. OLE color: 5913253.

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

Color convert

RGB1655890-
CMYK00.650.450.35
HSL342.06º47.98%43.73%-
HSV(B)342.06º64.85%64.71%-
XYZ18.8811.7610.95-
YUV93.64125.95178.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.72%
GREEN value IS 58 (23.05% from 255) = 18.53%
BLUE value IS 90 (35.55% from 255) = 28.75%
R=52.72%
G=18.53%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165589000.650.450.35342.0647.9843.73
HexA53A5A0412D23156302c
Octal24572132010155435266054
Binary10100101111010101101001000001101101100011101010110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53A5A; }

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

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

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

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

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

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

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

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