#A53E54

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

Shades of Night Shadz #A53E54

Tints of Night Shadz #A53E54

Color information

#A53E54 (or 0xA53E54) is unknown color: approx Night Shadz. HEX triplet: A5, 3E and 54. RGB value is (165,62,84). Sum of RGB (Red+Green+Blue) = 165+62+84=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 84 (33.20% from 255 or 27.01% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A53E54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53E54 is #5AC1AB. Grayscale: #5F5F5F. Windows color (decimal): -5947820 or 5521061. OLE color: 5521061.

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

Color convert

RGB1656284-
CMYK00.620.490.35
HSL347.18º45.37%44.51%-
HSV(B)347.18º62.42%64.71%-
XYZ18.8412.089.73-
YUV95.3121.62177.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.05%
GREEN value IS 62 (24.61% from 255) = 19.94%
BLUE value IS 84 (33.20% from 255) = 27.01%
R=53.05%
G=19.94%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165628400.620.490.35347.1845.3744.51
HexA53E5403E312315b2d2d
Octal2457612407661435335555
Binary1010010111111010101000111110110001100011101011011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53E54; }

 p { color: rgb(165,62,84); }

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

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

 a { background-color: rgb(165,62,84); }

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

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

 span { border-color: rgb(165,62,84); }

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