#A53753

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

Shades of Night Shadz #A53753

Tints of Night Shadz #A53753

Color information

#A53753 (or 0xA53753) is unknown color: approx Night Shadz. HEX triplet: A5, 37 and 53. RGB value is (165,55,83). Sum of RGB (Red+Green+Blue) = 165+55+83=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A53753 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53753 is #5AC8AC. Grayscale: #5B5B5B. Windows color (decimal): -5949613 or 5453733. OLE color: 5453733.

HSL color Cylindrical-coordinate representation of color #A53753: hue angle of 344.73º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A53753 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB1655583-
CMYK00.670.500.35
HSL344.73º50%43.14%-
HSV(B)344.73º66.67%64.71%-
XYZ18.4411.369.4-
YUV91.08123.44180.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.46%
GREEN value IS 55 (21.88% from 255) = 18.15%
BLUE value IS 83 (32.81% from 255) = 27.39%
R=54.46%
G=18.15%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165558300.670.500.35344.735043.14
HexA537530433223159322b
Octal24567123010362435316253
Binary10100101110111101001101000011110010100011101011001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53753; }

 p { color: rgb(165,55,83); }

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

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

 a { background-color: rgb(165,55,83); }

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

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

 span { border-color: rgb(165,55,83); }

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