#A53E4E

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

Shades of Night Shadz #A53E4E

Tints of Night Shadz #A53E4E

Color information

#A53E4E (or 0xA53E4E) is unknown color: approx Night Shadz. HEX triplet: A5, 3E and 4E. RGB value is (165,62,78). Sum of RGB (Red+Green+Blue) = 165+62+78=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A53E4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53E4E is #5AC1B1. Grayscale: #5E5E5E. Windows color (decimal): -5947826 or 5127845. OLE color: 5127845.

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

Color convert

RGB1656278-
CMYK00.620.530.35
HSL350.68º45.37%44.51%-
HSV(B)350.68º62.42%64.71%-
XYZ18.6111.998.54-
YUV94.62118.62178.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.10%
GREEN value IS 62 (24.61% from 255) = 20.33%
BLUE value IS 78 (30.86% from 255) = 25.57%
R=54.10%
G=20.33%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165627800.620.530.35350.6845.3744.51
HexA53E4E03E352315f2d2d
Octal2457611607665435375555
Binary1010010111111010011100111110110101100011101011111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53E4E; }

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

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

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

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

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

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

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

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