#A53E56

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

Shades of Night Shadz #A53E56

Tints of Night Shadz #A53E56

Color information

#A53E56 (or 0xA53E56) is unknown color: approx Night Shadz. HEX triplet: A5, 3E and 56. RGB value is (165,62,86). Sum of RGB (Red+Green+Blue) = 165+62+86=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A53E56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53E56 is #5AC1A9. Grayscale: #5F5F5F. Windows color (decimal): -5947818 or 5652133. OLE color: 5652133.

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

Color convert

RGB1656286-
CMYK00.620.480.35
HSL346.02º45.37%44.51%-
HSV(B)346.02º62.42%64.71%-
XYZ18.9212.1210.15-
YUV95.53122.62177.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.72%
GREEN value IS 62 (24.61% from 255) = 19.81%
BLUE value IS 86 (33.98% from 255) = 27.48%
R=52.72%
G=19.81%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165628600.620.480.35346.0245.3744.51
HexA53E5603E302315a2d2d
Octal2457612607660435325555
Binary1010010111111010101100111110110000100011101011010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53E56; }

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

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

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

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

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

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

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

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