#A53A4D

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

Shades of Night Shadz #A53A4D

Tints of Night Shadz #A53A4D

Color information

#A53A4D (or 0xA53A4D) is unknown color: approx Night Shadz. HEX triplet: A5, 3A and 4D. RGB value is (165,58,77). Sum of RGB (Red+Green+Blue) = 165+58+77=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53A4D is #5AC5B2. Grayscale: #5C5C5C. Windows color (decimal): -5948851 or 5061285. OLE color: 5061285.

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

Color convert

RGB1655877-
CMYK00.650.530.35
HSL349.35º47.98%43.73%-
HSV(B)349.35º64.85%64.71%-
XYZ18.3711.568.28-
YUV92.16119.45179.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55%
GREEN value IS 58 (23.05% from 255) = 19.33%
BLUE value IS 77 (30.47% from 255) = 25.67%
R=55%
G=19.33%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165587700.650.530.35349.3547.9843.73
HexA53A4D041352315d302c
Octal24572115010165435356054
Binary10100101111010100110101000001110101100011101011101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53A4D; }

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

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

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

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

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

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

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

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