#A53A59

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

Shades of Night Shadz #A53A59

Tints of Night Shadz #A53A59

Color information

#A53A59 (or 0xA53A59) is unknown color: approx Night Shadz. HEX triplet: A5, 3A and 59. RGB value is (165,58,89). Sum of RGB (Red+Green+Blue) = 165+58+89=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53A59 is #5AC5A6. Grayscale: #5D5D5D. Windows color (decimal): -5948839 or 5847717. OLE color: 5847717.

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

Color convert

RGB1655889-
CMYK00.650.460.35
HSL342.62º47.98%43.73%-
HSV(B)342.62º64.85%64.71%-
XYZ18.8311.7510.73-
YUV93.53125.45178.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.88%
GREEN value IS 58 (23.05% from 255) = 18.59%
BLUE value IS 89 (35.16% from 255) = 28.53%
R=52.88%
G=18.59%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165588900.650.460.35342.6247.9843.73
HexA53A590412E23157302c
Octal24572131010156435276054
Binary10100101111010101100101000001101110100011101010111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53A59; }

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

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

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

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

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

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

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

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