#A53E49

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

Shades of Night Shadz #A53E49

Tints of Night Shadz #A53E49

Color information

#A53E49 (or 0xA53E49) is unknown color: approx Night Shadz. HEX triplet: A5, 3E and 49. RGB value is (165,62,73). Sum of RGB (Red+Green+Blue) = 165+62+73=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A53E49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53E49 is #5AC1B6. Grayscale: #5E5E5E. Windows color (decimal): -5947831 or 4800165. OLE color: 4800165.

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

Color convert

RGB1656273-
CMYK00.620.560.35
HSL353.59º45.37%44.51%-
HSV(B)353.59º62.42%64.71%-
XYZ18.4411.937.63-
YUV94.05116.12178.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55%
GREEN value IS 62 (24.61% from 255) = 20.67%
BLUE value IS 73 (28.91% from 255) = 24.33%
R=55%
G=20.67%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165627300.620.560.35353.5945.3744.51
HexA53E4903E38231622d2d
Octal2457611107670435425555
Binary1010010111111010010010111110111000100011101100010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53E49; }

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

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

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

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

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

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

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

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