#A53F4C

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

Shades of Night Shadz #A53F4C

Tints of Night Shadz #A53F4C

Color information

#A53F4C (or 0xA53F4C) is unknown color: approx Night Shadz. HEX triplet: A5, 3F and 4C. RGB value is (165,63,76). Sum of RGB (Red+Green+Blue) = 165+63+76=304 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.28% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53F4C is #5AC0B3. Grayscale: #5F5F5F. Windows color (decimal): -5947572 or 4997029. OLE color: 4997029.

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

Color convert

RGB1656376-
CMYK00.620.540.35
HSL352.35º44.74%44.71%-
HSV(B)352.35º61.82%64.71%-
XYZ18.612.088.19-
YUV94.98117.29177.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.28%
GREEN value IS 63 (25% from 255) = 20.72%
BLUE value IS 76 (30.08% from 255) = 25%
R=54.28%
G=20.72%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165637600.620.540.35352.3544.7444.71
HexA53F4C03E36231602d2d
Octal2457711407666435405555
Binary1010010111111110011000111110110110100011101100000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53F4C; }

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

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

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

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

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

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

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

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