#A53953

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

Shades of Night Shadz #A53953

Tints of Night Shadz #A53953

Color information

#A53953 (or 0xA53953) is unknown color: approx Night Shadz. HEX triplet: A5, 39 and 53. RGB value is (165,57,83). Sum of RGB (Red+Green+Blue) = 165+57+83=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A53953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53953 is #5AC6AC. Grayscale: #5C5C5C. Windows color (decimal): -5949101 or 5454245. OLE color: 5454245.

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

Color convert

RGB1655783-
CMYK00.650.500.35
HSL345.56º48.65%43.53%-
HSV(B)345.56º65.45%64.71%-
XYZ18.5411.559.44-
YUV92.26122.78179.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.10%
GREEN value IS 57 (22.66% from 255) = 18.69%
BLUE value IS 83 (32.81% from 255) = 27.21%
R=54.10%
G=18.69%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165578300.650.500.35345.5648.6543.53
HexA53953041322315a312c
Octal24571123010162435326154
Binary10100101111001101001101000001110010100011101011010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53953; }

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

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

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

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

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

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

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

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