#A53A4F

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

Shades of Night Shadz #A53A4F

Tints of Night Shadz #A53A4F

Color information

#A53A4F (or 0xA53A4F) is unknown color: approx Night Shadz. HEX triplet: A5, 3A and 4F. RGB value is (165,58,79). Sum of RGB (Red+Green+Blue) = 165+58+79=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53A4F is #5AC5B0. Grayscale: #5C5C5C. Windows color (decimal): -5948849 or 5192357. OLE color: 5192357.

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

Color convert

RGB1655879-
CMYK00.650.520.35
HSL348.22º47.98%43.73%-
HSV(B)348.22º64.85%64.71%-
XYZ18.4411.598.66-
YUV92.39120.45179.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.64%
GREEN value IS 58 (23.05% from 255) = 19.21%
BLUE value IS 79 (31.25% from 255) = 26.16%
R=54.64%
G=19.21%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165587900.650.520.35348.2247.9843.73
HexA53A4F041342315c302c
Octal24572117010164435346054
Binary10100101111010100111101000001110100100011101011100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53A4F; }

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

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

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

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

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

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

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

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