#A53C53

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

Shades of Night Shadz #A53C53

Tints of Night Shadz #A53C53

Color information

#A53C53 (or 0xA53C53) is unknown color: approx Night Shadz. HEX triplet: A5, 3C and 53. RGB value is (165,60,83). Sum of RGB (Red+Green+Blue) = 165+60+83=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53C53 is #5AC3AC. Grayscale: #5E5E5E. Windows color (decimal): -5948333 or 5455013. OLE color: 5455013.

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

Color convert

RGB1656083-
CMYK00.640.500.35
HSL346.86º46.67%44.12%-
HSV(B)346.86º63.64%64.71%-
XYZ18.6911.869.49-
YUV94.02121.79178.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.57%
GREEN value IS 60 (23.83% from 255) = 19.48%
BLUE value IS 83 (32.81% from 255) = 26.95%
R=53.57%
G=19.48%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165608300.640.500.35346.8646.6744.12
HexA53C53040322315b2f2c
Octal24574123010062435335754
Binary10100101111100101001101000000110010100011101011011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53C53; }

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

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

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

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

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

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

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

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