#A53A57

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

Shades of Night Shadz #A53A57

Tints of Night Shadz #A53A57

Color information

#A53A57 (or 0xA53A57) is unknown color: approx Night Shadz. HEX triplet: A5, 3A and 57. RGB value is (165,58,87). Sum of RGB (Red+Green+Blue) = 165+58+87=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53A57 is #5AC5A8. Grayscale: #5D5D5D. Windows color (decimal): -5948841 or 5716645. OLE color: 5716645.

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

Color convert

RGB1655887-
CMYK00.650.470.35
HSL343.74º47.98%43.73%-
HSV(B)343.74º64.85%64.71%-
XYZ18.7511.7110.29-
YUV93.3124.45179.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.23%
GREEN value IS 58 (23.05% from 255) = 18.71%
BLUE value IS 87 (34.38% from 255) = 28.06%
R=53.23%
G=18.71%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165588700.650.470.35343.7447.9843.73
HexA53A570412F23158302c
Octal24572127010157435306054
Binary10100101111010101011101000001101111100011101011000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53A57; }

 p { color: rgb(165,58,87); }

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

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

 a { background-color: rgb(165,58,87); }

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

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

 span { border-color: rgb(165,58,87); }

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