#A53F5C

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

Shades of Night Shadz #A53F5C

Tints of Night Shadz #A53F5C

Color information

#A53F5C (or 0xA53F5C) is unknown color: approx Night Shadz. HEX triplet: A5, 3F and 5C. RGB value is (165,63,92). Sum of RGB (Red+Green+Blue) = 165+63+92=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53F5C is #5AC0A3. Grayscale: #606060. Windows color (decimal): -5947556 or 6045605. OLE color: 6045605.

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

Color convert

RGB1656392-
CMYK00.620.440.35
HSL342.94º44.74%44.71%-
HSV(B)342.94º61.82%64.71%-
XYZ19.2312.3311.49-
YUV96.8125.29176.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.56%
GREEN value IS 63 (25% from 255) = 19.69%
BLUE value IS 92 (36.33% from 255) = 28.75%
R=51.56%
G=19.69%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165639200.620.440.35342.9444.7444.71
HexA53F5C03E2C231572d2d
Octal2457713407654435275555
Binary1010010111111110111000111110101100100011101010111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53F5C; }

 p { color: rgb(165,63,92); }

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

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

 a { background-color: rgb(165,63,92); }

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

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

 span { border-color: rgb(165,63,92); }

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